UNPKG

typescript-assistant

Version:

Combines and integrates professional Typescript tools into your project

10 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); exports.absolutePath = (path) => { return path_1.resolve(process.cwd(), path); }; exports.isTypescriptFile = (fileName) => { return fileName.substr(fileName.length - 3) === '.ts'; }; //# sourceMappingURL=util.js.map