UNPKG

@alicloud/console-toolkit-plugin-rollup

Version:

breezr plugin for rollup

6 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRelativePath = exports.isAbsolutePath = void 0; exports.isAbsolutePath = function (path) { return /^(?:\/|(?:[A-Za-z]:)?[\\|/])/.test(path); }; exports.isRelativePath = function (path) { return /^\.?\.\//.test(path); }; //# sourceMappingURL=path.js.map