UNPKG

@vladkrutenyuk/three-kvy-core

Version:

Everything you need to create any-complexity 3D apps with Three.js. Empower Three.js with a modular, lifecycle-managed context that seamlessly propagates through objects via reusable features providing structured logic.

2 lines (1 loc) 89 B
export declare const assertDefined: <T>(value: T | null | undefined, name: string) => T;