Skip to content

jakobmattsson/z-std-pack

Repository files navigation

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.

About

Utility library for JavaScript promises

Resources

License

Stars

Watchers

Forks

Packages

No packages published