frontend/.pnpm-store/v3/files/e4/58df06510cc21a1c8dc8455022b2b5c5f1b64cf80dc0eab0c4d6f84a13165712d9d3683953c5fe5c5a594dec2e81924e9f9ec6d3935a0ec2124c90ef2e5fb3

6 lines
204 B
Plaintext

'use strict';
const importFrom = require('import-from');
module.exports = moduleId => importFrom(process.cwd(), moduleId);
module.exports.silent = moduleId => importFrom.silent(process.cwd(), moduleId);