1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/common/src/globals.d.ts
Oscar Hinton 1016bbfb9e
Split jslib into multiple modules (#363)
* Split jslib into multiple modules
2021-06-03 18:58:57 +02:00

3 lines
90 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;