UNPKG

@wonderlandengine/api

Version:

Wonderland Engine's JavaScript API.

8 lines (7 loc) 209 B
/** * Create a proxy throwing destroyed errors upon access. * * @param type The type to display upon error * @returns The proxy instance */ export declare function createDestroyedProxy(type: string): {};