mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
style: Ran prettier.
This commit is contained in:
2
lib/utils.d.ts
vendored
2
lib/utils.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import type { curry as _curry, when as _when } from 'ramda';
|
||||
import type { curry as _curry, when as _when } from "ramda";
|
||||
export declare const curry: typeof _curry;
|
||||
export declare const isEmpty: (str: string) => boolean;
|
||||
export declare const tail: (str: string) => string;
|
||||
|
||||
Reference in New Issue
Block a user