UNPKG

@fabric-es/operator

Version:
6 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dotenv_1 = require("dotenv"); if (process.env.NODE_ENV !== 'production') dotenv_1.config({ path: './.env.dev' }); //# sourceMappingURL=env.js.map