UNPKG

@decaf-ts/for-nano

Version:

decaf-ts persistence adapter for CouchDB via nano

12 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NanoFlavour = void 0; /** * @description Identifier for the Nano database flavor * @summary Constant string that identifies the database type as "nano" for use in adapter selection and configuration * @const NanoFlavour * @memberOf module:for-nano */ exports.NanoFlavour = "nano"; //# sourceMappingURL=constants.js.map //# sourceMappingURL=constants.cjs.map