diff options
Diffstat (limited to 'third_party/js/PKI.js/src/constants.ts')
-rw-r--r-- | third_party/js/PKI.js/src/constants.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/js/PKI.js/src/constants.ts b/third_party/js/PKI.js/src/constants.ts new file mode 100644 index 0000000000..7107c3aef6 --- /dev/null +++ b/third_party/js/PKI.js/src/constants.ts @@ -0,0 +1,3 @@ +export const EMPTY_BUFFER = new ArrayBuffer(0); +export const EMPTY_VIEW = new Uint8Array(0); +export const EMPTY_STRING = "";
\ No newline at end of file |