UNPKG

inklecate

Version:

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

8 lines (7 loc) 224 B
import { InkSemanticWhitespace, } from './InkSemanticWhitespace'; import { InkUnsemanticWhitespace, } from './InkUnsemanticWhitespace'; export type InkWhitespace = InkSemanticWhitespace | InkUnsemanticWhitespace;