UNPKG

calcium-lang

Version:
4 lines (3 loc) 155 B
import { InternalType } from "../type"; import { Expression } from "../expression"; export default function createList(value: Expression[]): InternalType;