Skip to content

Instantly share code, notes, and snippets.

View 500-internal-server-error's full-sized avatar

500-internal-server-error 500-internal-server-error

View GitHub Profile
import * as fs from "fs";
import * as ts from "typescript";
import * as path from "path";
const enum ExitCode {
Ok,
Unknown,
BadArguments,
BadFile,
CountMismatch,