1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 06:43:31 +00:00
Files
web/src/global.d.ts
2018-06-04 23:10:41 -04:00

4 lines
116 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var require: any;