• Login
    • Report A Bug
    • System Information
    • System Tests
    • System Policies
    • Code Documentation
    • Occam Source Code
    • Web Client Source Code
    • About Occam
    • Acknowledgements
    • Guides / Documentation
    • Publications

translation missing: en.flash.saving
translation missing: en.flash.error
  • Bibliography Data
  • Metadata
resource
  • git
    https://github.com/feross/is-buffer.git Source Repository
    QmVDR6edrEAZjcUeZRcXbqhB33d3AbA8yDxXySfSCcVFLw
    1e84e7ee31cf6b660b12500f3111a05501da387f
      QmVDR6edrEAZjcUeZRcXbqhB33d3AbA8yDxXySfSCcVFLw
      1e84e7ee31cf6b660b12500f3111a05501da387f

      • Details
      • Files
      • History
        • Source

          https://github.com/feross/is-buffer.git

          is-buffer travis npm downloads javascript style guide

          Determine if an object is a Buffer (including the browserify Buffer)

          saucelabs

          Why not use Buffer.isBuffer?

          This module lets you check if an object is a Buffer without using Buffer.isBuffer (which includes the whole buffer module in browserify).

          It's future-proof and works in node too!

          install

          npm install is-buffer
          

          usage

          var isBuffer = require('is-buffer')
          
          isBuffer(new Buffer(4)) // true
          
          isBuffer(undefined) // false
          isBuffer(null) // false
          isBuffer('') // false
          isBuffer(true) // false
          isBuffer(false) // false
          isBuffer(0) // false
          isBuffer(1) // false
          isBuffer(1.0) // false
          isBuffer('string') // false
          isBuffer({}) // false
          isBuffer(function foo () {}) // false
          

          license

          MIT. Copyright (C) Feross Aboukhadijeh.

          Related

          • maintainer

            npm

          Share

          • URL

            Copy
          • Embed Link

            Copy
          • QR Code

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        Confirm
        Do you wish to proceed?

        Confirm message?