UNPKG

nisp

Version:

A language that for easily build cross-language language

8 lines (7 loc) 230 B
import { Context } from './tokenizer'; declare var _default: { startState: () => Context; token: (stream: any, context: Context) => string; indent: (context: Context, after: any) => number; }; export default _default;