UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

5 lines (4 loc) 135 B
import { RetrievalMethod } from "./encryption-retrievalmethod"; export declare class KeyInfo { RetrievalMethod: RetrievalMethod; }