UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanModuleName = cleanModuleName; function cleanModuleName(name) { return name.replace(/\W/g, "_"); } //# sourceMappingURL=cleanModuleName.js.map