0.0.1 • Published 10 years ago
@trip/util v0.0.1
@trip/util
Collection of common third-party utilities for use by trip plugins.
Why
To encourage dependency sharing between plugins and ultimately to improve startup time.
Usage
import {Immutable, _, micromatch} from '@trip/util';What's included
| Utility | Exported as |
|---|---|
| bluebird | bluebird or Promise |
| combine-source-map | combineSourceMap |
| convert-source-map | convertSourceMap |
| immutable | Immutable |
| lazy-builder | LazyBuilder |
| lodash | lodash or _ |
| micromatch | micromatch |
| sander | sander |
| subdir | subdir |
For version numbers see package.json.
0.0.1
10 years ago