1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

transpiled npm package

This commit is contained in:
Kyle Spearrin
2018-01-05 22:46:51 -05:00
parent 5bcfa67635
commit ad99560a92
8 changed files with 12 additions and 44 deletions

View File

@@ -1,8 +0,0 @@
export enum BrowserType {
Chrome = 2,
Firefox = 3,
Opera = 4,
Edge = 5,
Vivaldi = 19,
Safari = 20,
}

View File

@@ -1,5 +0,0 @@
export enum FieldType {
Text = 0,
Hidden = 1,
Boolean = 2,
}

View File

@@ -1,3 +0,0 @@
export enum SecureNoteType {
Generic = 0,
}

View File

@@ -1,2 +1,2 @@
export { BrowserType } from './enums/browserType.enum';
export { CipherType } from './enums/cipherType.enum';
export { EncryptionType } from './enums/encryptionType.enum';