@bemoje/is-object-null-prototype v1.0.1
@bemoje/is-object-null-prototype
Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.
Version
Travis CI
Dependencies
Stats
Donate
Installation
npm install @bemoje/is-object-null-prototype
npm install --save @bemoje/is-object-null-prototype
npm install --save-dev @bemoje/is-object-null-prototypeUsage
import isObjectNullPrototype from '@bemoje/is-object-null-prototype'
isObjectNullPrototype()
//=> undefinedTests
Uses Jest to test module functionality. Run tests to get coverage details.
npm run testAPI
Table of Contents
isObjectNullPrototype
Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.
Parameters
numnumber numbernamestring namecallbacktheCallback An addable instance is passed to the callback.
Returns void
theCallback
Callback type definition.
Type: Function
Parameters
addableAddable The string
Returns void
Addable
Extends Number
A class that extends the native Number-class and
Parameters
numnumber The numbername(optional, default'myAddable')
add
Adds 'n'
Parameters
nnumber The number to add
Returns Addable
6 years ago