UNPKG

calibre-db

Version:

<description>

9 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fileext = void 0; function fileext(ext) { return ext.toLowerCase(); } exports.fileext = fileext; exports.default = fileext; //# sourceMappingURL=fileext.js.map