UNPKG

calcium-lang

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