@tanker/client-node
Version:
Tanker end-to-end encryption SDK for Node.js client applications
9 lines • 353 B
TypeScript
import type { TankerOptions } from '@tanker/core';
import { Tanker as TankerCore } from '@tanker/core';
declare class Tanker extends TankerCore {
constructor(options: TankerOptions);
}
export { errors, fromBase64, toBase64, prehashPassword, Padding } from '@tanker/core';
export { Tanker };
export default Tanker;
//# sourceMappingURL=index.d.ts.map