UNPKG

calcium-lang

Version:
6 lines (5 loc) 176 B
import { InternalType } from "../type"; export default function createMethod({ funcObj, boundObj, }: { funcObj: InternalType; boundObj: InternalType; }): InternalType;