is-array-buffer-x

v1.0.3
isArrayBuffer module. Detect whether or not an object is an ES6 ArrayBuffer or a legacy Arraybuffer.
ES6 isArrayBuffer module javascript nodejs browser

test

jasmine-node --matchall tests/spec/

style

jscs index.js

docs

jsdoc2md --name-format code --example-lang js table index.js > README.md

build

browserify -e index.js -o lib/is-array-buffer-x.js -u 'crypto' -s returnExports

build-uglify

uglifyjs lib/is-array-buffer-x.js -o lib/is-array-buffer-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/is-array-buffer-x.map

Metadata

  • MIT
  • *
  • Graham Fairweather
  • released 12/17/2015

Downloads

Maintainers