UNPKG

@signalwire/js

Version:
10 lines 333 B
/** * Note: ready to support RN with a "storage.native.ts" file. */ export declare const getStorage: () => Storage | undefined; export declare const sessionStorageManager: (token: string) => { authStateKey: string | false; protocolKey: string | false; callIdKey: string | false; }; //# sourceMappingURL=storage.d.ts.map