MCPcopy
hub / github.com/pixijs/pixi-react / extend

Function extend

src/helpers/extend.ts:3–8  ·  view source on GitHub ↗
(objects: {
    [key: string]: new (...args: any) => any },
)

Source from the content-addressed store, hash-verified

1import { catalogue } from './catalogue';
2
3export function extend(objects: {
4 [key: string]: new (...args: any) => any },
5)
6{
7 Object.assign(catalogue, objects);
8}

Callers 3

useExtendFunction · 0.90
App.jsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected