0.0.4 • Published 12 years ago

better-util v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
12 years ago

#better-util

better-util is adding functions to the built-in module util. This way you can require better-util instead of util and still have access to all the useful functions.

Build Status

List of methods

Arguments

  • obj: object to be tested
util = require "better-util"
util.isEmpty {}
util.isEmpty new Object()
console.log "both of these calls return true"
if {}
    console.log "Oups an empty object returns true! I should use better-util instead."
0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago