HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/has-dynamic-import/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/has-dynamic-import/browser-syntax.js
'use strict';

module.exports = function hasSyntax() {
	try {
		Function('import("").catch(() => {})'); // eslint-disable-line no-new-func

		return true;
	} catch (e) {
		return false;
	}
};