UNPKG

calcium-lang

Version:
8 lines (7 loc) 265 B
import Namespace from "../runtime/namespace"; import { InternalType } from "../type"; export default function createClassObj({ className, superclass, attributes, }: { className: string; superclass: InternalType; attributes: Namespace; }): InternalType;