Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
slate / dist / utils / string.d.ts
Size: Mime:
/**
 * 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