Skip to content

Checks if a property has been removed from a vigour-base object

License

Notifications You must be signed in to change notification settings

vigour-io/brisky-is-removed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brisky-is-removed

Checks if a property has been removed from a brisky-base object

Build Status js-standard-style npm version Coverage Status

--

const isRemoved = require('brisky-is-removed')
const base = require('brisky-base')
const obj = base({ bad: true })
obj.bad.remove()
isRemoved(obj.bad) // true

About

Checks if a property has been removed from a vigour-base object

Resources

License

Stars

Watchers

Forks

Packages

No packages published