// Type definitions for js-string-escape 1.0 // Project: https://github.com/joliss/js-string-escape // Definitions by: Jamie Davies // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function jsStringEscape(str: string): string; export = jsStringEscape;