0.3.0 • Published 11 years ago

z-std-pack v0.3.0

Weekly downloads
11
License
MIT
Repository
-
Last release
11 years ago

z-std-pack Build Status

Utility library for JavaScript promises

Installation

Use npm: npm install z-std-pack

Or bower: (not available yet)

Or download it manually from the dist folder of this repo.

Contents

This is a bundle for z-core, z-builtins and z-underscore.

Usage

You can wrap anything (promise or not) and use all methods from the JavaScript standard library and from underscore.

Z("Hello world!").toLowerCase().first(5).log(); // "hello"

For more details, check out the documentation for each of the bundled repos.

0.3.0

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago