UNPKG

@knyt/luthier

Version:

A library for building standardized, type-safe native web components with full SSR and hydration support.

6 lines 277 B
import type { PropertyName } from "./types"; /** * @internal scope: package */ export declare function getConstructorStaticMember<T = unknown, P extends PropertyName = string>(obj: unknown, propertyName: P): T | Error; //# sourceMappingURL=getConstructorStaticMember.d.ts.map