UNPKG

calcium-lang

Version:
7 lines (6 loc) 198 B
import { InternalType } from "../type"; import { FuncBody } from "../builtin"; export default function createBuiltinMethod({ name, body, }: { name: string; body: FuncBody; }): InternalType;