UNPKG

@fesjs/preset-built-in

Version:
9 lines (8 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtimePath = void 0; var _path = require("path"); var _utils = require("@fesjs/utils"); const runtimePath = exports.runtimePath = (0, _utils.winPath)((0, _path.dirname)(require.resolve('@fesjs/runtime/package.json')));