UNPKG

@slynova/flydrive

Version:

Flexible and Fluent way to manage storage in Node.js.

12 lines 325 B
/** * @slynova/flydrive * * @license MIT * @copyright Slynova - Romain Lanz <romain.lanz@slynova.ch> */ import { RuntimeException } from 'node-exceptions'; export declare class WrongKeyPath extends RuntimeException { raw: Error; constructor(err: Error, path: string); } //# sourceMappingURL=WrongKeyPath.d.ts.map