马宇豪
2024-08-21 b941ca4d159d7af138bc0a2fa7e04b1e9fdd61d0
1
2
3
const { dirname } = require('path')
const getNodeModules = require('./get-node-modules.js')
module.exports = path => dirname(getNodeModules(path))