bitwarden-estensione-browser/src/global.d.ts

7 lines
154 B
TypeScript
Raw Normal View History

2018-01-23 05:37:36 +01:00
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module 'node-ipc' {
const x: any;
export = x;
}