Skip to main content
Go to Latest
function factory
import { factory } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.121/mod.ts";

Type Parameters

T extends { new (...args: any[]): any; }

Parameters

type: T
optional
data: InstanceType<T>

Returns

InstanceType<T>