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    
@skava/router / dist / deps / stringMagic.d.ts
Size: Mime:
declare const stripNonAlphaNumeric: (x: any) => string;
declare function isURIEncoded(x?: any): x is string;
declare function goodLookingStringify(to: any): any;
/**
 * @todo @perf @dedupe
 * @description how many times have I/anyone written this
 */
declare const parseJSON: (x: string) => any;
export { parseJSON, stripNonAlphaNumeric, isURIEncoded, goodLookingStringify };