0.0.1 • Published 9 years ago
has-this v0.0.1
returns true if the function has been called with a truthy bound this, else false.
installation
npm install --save has-thisusage
const hasThis = require('has-this')
ok(false, !hasThis.call(null))0.0.1
9 years ago