UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

10 lines (8 loc) 412 B
"use strict"; function isReadOnlyProperty(objectInstance, propertyKey) { const prototype = Object.getPrototypeOf(objectInstance); const propertyDescriptor = Object.getOwnPropertyDescriptor(prototype, propertyKey); return !(typeof propertyDescriptor === "undefined" || propertyDescriptor.writable || propertyDescriptor.set); } export { isReadOnlyProperty }; //# sourceMappingURL=isReadOnlyProperty.mjs.map