0.0.5 • Published 11 years ago

kld-class-utils v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

kld-class-utils

A collection of JS "class" utilities I've collected and/or written over time. Nothing amazing here, but they work for me.

Installation

npm install kld-class-utils

Utilities

  • isObject(o)
  • isString(s)
  • isMethod(o, m)
  • extend(obj, props)
  • inherit(proto)
  • defineSubclass(superclass, constructor, methods, statics)