Repository URL to install this package:
|
Version:
7.0.0-alpha.3 ▾
|
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 };