UNPKG

inklecate

Version:

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

13 lines (10 loc) 219 B
import { InklecateReturn, } from './types/InklecateReturn'; import { FinishArgs, } from './types/FinishArgs'; declare function finish( args: FinishArgs, ): Promise<InklecateReturn>; export = finish;