UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

10 lines (8 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = transformFileSync; function transformFileSync() { throw new Error("Transforming files is not supported in browsers"); }