Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.js 204B

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