UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

11 lines 257 B
export = KeyGenerator; declare class KeyGenerator { constructor({ assertPresent, crypto }: { assertPresent: any; crypto: any; }); crypto: any; length: number; generate(): any; } //# sourceMappingURL=key-generator.d.ts.map