UNPKG

calcium-lang

Version:
6 lines (5 loc) 177 B
import { InternalType } from "../type"; export default function createSuper({ classObj, instance, }: { classObj: InternalType; instance: InternalType; }): InternalType;