DefinitelyTyped/types/js-string-escape/index.d.ts
2018-03-06 15:36:20 +00:00

9 lines
314 B
TypeScript

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