UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

8 lines (7 loc) 236 B
import { ProjectOptions } from "../../Shared/types"; import yargs from "yargs"; interface BuildFlags { project: string; } declare const _default: yargs.CommandModule<object, BuildFlags & Partial<ProjectOptions>>; export = _default;