forked from mystiq/hydrogen-web
begin creating type for CryptoExtras
This commit is contained in:
parent
998ad06cd7
commit
866bef7223
1 changed files with 4 additions and 0 deletions
4
src/platform/types/Platform.d.ts
vendored
4
src/platform/types/Platform.d.ts
vendored
|
@ -25,3 +25,7 @@ export interface IPlatformConfig {
|
||||||
wasmBundle: string;
|
wasmBundle: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface CryptoExtras {
|
||||||
|
aesjs?: any;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue