UNPKG

streamby-core

Version:

StreamBy middleware framework for media storage management

5 lines (4 loc) 230 B
export declare const setEncryptionKey: (key: string) => void; export declare const encrypt: (text: string) => string; export declare const decrypt: (text: string) => string; export declare const isEncryptionKeySet: () => boolean;