1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

pack with ngtools

This commit is contained in:
Kyle Spearrin
2018-04-06 11:48:45 -04:00
parent 46ca6ff71d
commit 7ab1fbeb28
26 changed files with 116 additions and 88 deletions

1
src/globals.d.ts vendored
View File

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