include node_modules so release .zip is deployable
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.fromStatic = void 0;
|
||||
const property_provider_1 = require("@smithy/property-provider");
|
||||
const isFunction = (func) => typeof func === "function";
|
||||
const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, property_provider_1.fromStatic)(defaultValue);
|
||||
exports.fromStatic = fromStatic;
|
||||
Reference in New Issue
Block a user