UNPKG

calcium-js

Version:
9 lines (8 loc) 195 B
import { Element } from './element'; export type Statement = [number, any, string, ...Element[]]; export declare enum Index { Indent = 0, Option = 1, Command = 2, Arguments = 3 }