Files
nothoughts/node_modules/pixi.js/lib/utils/browser/unsafeEvalSupported.d.ts
2025-08-04 18:57:35 +02:00

8 lines
261 B
TypeScript

/**
* Not all platforms allow to generate function code (e.g., `new Function`).
* this provides the platform-level detection.
* @private
* @returns {boolean} `true` if `new Function` is supported.
*/
export declare function unsafeEvalSupported(): boolean;