sdfsdfs
This commit is contained in:
7
node_modules/pixi.js/lib/utils/browser/unsafeEvalSupported.d.ts
generated
vendored
Normal file
7
node_modules/pixi.js/lib/utils/browser/unsafeEvalSupported.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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;
|
Reference in New Issue
Block a user