UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

9 lines (8 loc) 363 B
/** * takes the HighFragment source parts and adds them to the hook hash * @param srcParts - the hash of hook arrays * @param parts - the code to inject into the hooks * @param name - optional the name of the part to add * @internal */ export declare function addBits(srcParts: Record<string, string>, parts: Record<string, string[]>, name?: string): void;