Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-es/just-all
All Just modules
https://github.com/jay-es/just-all
Last synced: about 2 months ago
JSON representation
All Just modules
- Host: GitHub
- URL: https://github.com/jay-es/just-all
- Owner: jay-es
- Created: 2021-04-13T11:38:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T15:12:54.000Z (over 3 years ago)
- Last Synced: 2024-04-23T20:23:22.094Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@jay-es/just-all
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Includes all [Just](https://github.com/angus-c/just) modules
Install:
```shell
npm install @jay-es/just-all
```Usage:
```ts
import { diff, merge } from "@jay-es/just-all";
```