1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

service implementations

This commit is contained in:
Kyle Spearrin
2018-01-22 23:37:36 -05:00
parent 22e19a6403
commit 0a803958e9
13 changed files with 257 additions and 3 deletions

3
src/global.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare function require(s: string): any;
declare function escape(s: string): string;
declare function unescape(s: string): string;