UNPKG

s2ts

Version:

A tool to automatically compile counter-strike TS files (.vts files)

9 lines (8 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addS2tsVersion = void 0; const cli_1 = require("../cli"); const addS2tsVersion = (data) => { return `// s2ts v${cli_1.s2tsVersion}\n${data}`; }; exports.addS2tsVersion = addS2tsVersion;