Skip to content

Only two functions: one that returns true, one that returns false

License

Notifications You must be signed in to change notification settings

DenoBRComunitty/boolbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Only two functions: one that returns true, one that returns false

Why

By having only a single instance of these functions around, it's possible to do some nice optimizations. Eg. css-select uses these functions to determine whether a selector won't match any elements If that's the case, the DOM doesn't even need to be touched.

About

Only two functions: one that returns true, one that returns false

Resources

License

Stars

Watchers

Forks

Packages

No packages published