UNPKG

inklecate

Version:

A tiny wrapper around the desktop executables for ink's command-line Ink language compiler.

12 lines (10 loc) 292 B
import { InklecateReturn, } from './InklecateReturn'; export interface FinishArgs extends InklecateReturn { readonly compilerOutput: string[]; readonly inputFilepath: string; readonly outputFilepath: string; readonly isCaching?: boolean; readonly DEBUG?: boolean; }