mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-16 00:04:34 +00:00
* Remove package @angular/cli * Remove package duo_web_sdk * Remove package nodemon * Remove package prebuild-install * Remove package tapable * Remove tsconfig-paths * Remove ttypescript * Remove typemoq * Remove package jest-junit * Remove package ts-node * Specify dart sass in the webpack sass-loader config * Add google-auth-library to package.json * Add dotenv to package.json * Ignore packages that break depcheck's regex and use case Ignore @types/jest in depcheck * Remove redundant config line
3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
declare function escape(s: string): string;
|
|
declare function unescape(s: string): string;
|