UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 261 B
/** * 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;