https://github.com/dimfeld/just-es
https://github.com/dimfeld/just-es
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimfeld/just-es
- Owner: dimfeld
- License: mit
- Created: 2021-07-01T00:16:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T04:12:17.000Z (about 5 years ago)
- Last Synced: 2025-07-10T18:24:05.087Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**WIP -- Do not use this yet if you care about Typescript support.**
This project just bundles all the [just](https://github.com/angus-c/just) utilities into a
single ES module package.
# Usage
Each function is exported as the camelCased version of the original function name, minus the "just" prefix.
```js
import { safeGet, mapValues, percentile, isEmpty } from 'just-es';
```