UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

6 lines (5 loc) 162 B
export default class NullableDefault<T> { value: T; constructor(value: T); } export declare const nullableDefault: <T>(value: T) => NullableDefault<any>;