UNPKG

@yokgs/dyescript-light

Version:

Command Line Interface of lightweight (& pre-published) version of @yokgs/DyeScript

7 lines 255 B
const path = require('path'); module.exports.checkLibrary = function checkLibrary($path) { if (/^<[\w\-\.]+>$/.test($path)) { return path.join(__dirname, '../../dye.rectory/' + $path.slice(1, $path.length - 1)); } return $path; }