Files
2025-07-28 22:43:55 +01:00

6 lines
144 B
TypeScript

/**
* Initializes RAPIER.
* Has to be called and awaited before using any library methods.
*/
export declare function init(): Promise<void>;