UNPKG

nest-qiniu-oss

Version:
9 lines (8 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createQiniuOSSProvider = void 0; const constants_1 = require("../constants"); const createQiniuOSSProvider = (options) => [ { provide: constants_1.QINIU_OSS_MODULE_OPTIONS, useValue: options || {} } ]; exports.createQiniuOSSProvider = createQiniuOSSProvider;