Files
nothoughts/node_modules/pixi.js/lib/utils/misc/NOOP.mjs
2025-08-04 18:57:35 +02:00

7 lines
90 B
JavaScript

"use strict";
const NOOP = () => {
};
export { NOOP };
//# sourceMappingURL=NOOP.mjs.map