Repository URL to install this package:
|
Version:
0.57.2 ▾
|
/**
* Constants for string distance checking.
*/
/**
* Get the distance to the end of the first character in a string of text.
*/
export declare const getCharacterDistance: (text: string) => number;
/**
* Get the distance to the end of the first word in a string of text.
*/
export declare const getWordDistance: (text: string) => number;
//# sourceMappingURL=string.d.ts.map