function getConstructorRe-exportimport { getConstructor } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/utils/misc/mod.ts"; getConstructor<DT extends DataType>(dType: DT): DTypeConstructor<DT>Type ParametersDT extends DataTypeParametersdType: DTReturnsDTypeConstructor<DT>