mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
build: Prepared package for npm publishing.
This commit is contained in:
5
lib/utils.d.ts
vendored
Normal file
5
lib/utils.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
export declare const when: typeof _when;
|
||||
Reference in New Issue
Block a user