UNPKG

calcium-lang

Version:
5 lines (4 loc) 142 B
import { InternalType } from "../type"; export default function createInstance({ classObj, }: { classObj: InternalType; }): InternalType;