mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
314 B
TypeScript
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;
|