summaryrefslogtreecommitdiff
path: root/node_modules/locutus/php/var/is_binary.js.map
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/locutus/php/var/is_binary.js.map')
-rw-r--r--node_modules/locutus/php/var/is_binary.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/locutus/php/var/is_binary.js.map b/node_modules/locutus/php/var/is_binary.js.map
new file mode 100644
index 0000000..36eee73
--- /dev/null
+++ b/node_modules/locutus/php/var/is_binary.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["../../../src/php/var/is_binary.js"],"names":["module","exports","is_binary","vr"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,SAAT,CAAoBC,EAApB,EAAwB;AAAE;AACzC;AACA;AACA;AACA;;AAEA,SAAO,OAAOA,EAAP,KAAc,QAArB,CANuC,CAMT;AAC/B,CAPD","file":"is_binary.js","sourcesContent":["module.exports = function is_binary (vr) { // eslint-disable-line camelcase\n // discuss at: http://locutus.io/php/is_binary/\n // original by: Brett Zamir (http://brett-zamir.me)\n // example 1: is_binary('This could be binary as far as JavaScript knows...')\n // returns 1: true\n\n return typeof vr === 'string' // If it is a string of any kind, it could be binary\n}\n"]} \ No newline at end of file