UNPKG

@knighted/duel

Version:
5 lines (4 loc) 255 B
export function log(color?: string, msg?: string): void; export const logError: (msg?: string | undefined) => void; export function getRealPathAsFileUrl(path: any): Promise<string>; export function getCompileFiles(tscBinPath: any, wd?: string): string[];