UNPKG

phaser-jsx

Version:
4 lines 142 B
export type RecursivePartial<Type> = { [Property in keyof Type]?: RecursivePartial<Type[Property]>; }; //# sourceMappingURL=utils.d.ts.map