UNPKG

ts-project-builder

Version:

Rollup-based TypeScript builder with multi-format output and built-in common plugins.

6 lines (4 loc) 177 B
const ABSOLUTE_PATH_REGEX = /^(?:\/|(?:[A-Z]:)?[/\\|])/i; const isAbsolute = (path) => ABSOLUTE_PATH_REGEX.test(path); export { isAbsolute }; //# sourceMappingURL=path.mjs.map