HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/to-fast-properties/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/to-fast-properties/index.d.ts
/**
Force V8 to use fast properties for an object.

@param object - Object to be made fast.
@returns A shallow copy of the original object, but uncallable.
*/
declare function toFastProperties<T extends object>(object?: T): T;

export = toFastProperties;