Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/../delayed-stream/../././send/../set-function-length
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc
.github
.nycrc
CHANGELOG.md
LICENSE
README.md
env.js
index.js
package.json

مشاهدة ملف: env.js

'use strict';

var gOPD = require('gopd');

var functionsHaveConfigurableLengths = gOPD && gOPD(function () {}, 'length').configurable;

var functionsHaveWritableLengths = gOPD && gOPD(function () {}, 'length').writable;

var boundFnsHaveConfigurableLengths = gOPD && gOPD(function () {}.bind(), 'length').configurable;

var boundFnsHaveWritableLengths = gOPD && gOPD(function () {}.bind(), 'length').writable;

module.exports = {
	__proto__: null,
	boundFnsHaveConfigurableLengths: boundFnsHaveConfigurableLengths,
	boundFnsHaveWritableLengths: boundFnsHaveWritableLengths,
	functionsHaveConfigurableLengths: functionsHaveConfigurableLengths,
	functionsHaveWritableLengths: functionsHaveWritableLengths
};