UNPKG

restrict-imports-loader

Version:

A Webpack loader to restrict imports in ES and TypeScript

7 lines 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function defaultTo(def, x) { return x === undefined ? def : x; } exports.defaultTo = defaultTo; //# sourceMappingURL=utilities.js.map