just
just copied to clipboard
A library of dependency-free JavaScript utilities that do just one thing.
Add `"types": "./index.d.ts"` to every package.json `exports` dot property See https://github.com/angus-c/just/pull/429#issuecomment-1097174234 Existing issue: https://github.com/angus-c/just/issues/428
- Updated all package jsons to match recommendations [here](https://www.typescriptlang.org/docs/handbook/esm-node.html) - .js -> .cjs to ensure .js files are read as CommonJS, with package type set to module
When I delete an item, it returns undefined and when I use diffApply with undefined value, I get the following error. 
An idea for a new package: An "upsert" function for arrays. This would be based on the "upsert" operation commonly used in databases, which is a combination of "update" and...
Some package's purposes are now solved by the standard javascript libraries and supported by all modern browsers. Examples include: just-entries (replaced by [Object.entries](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries)) just-values (replaced by [Object.values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values)) just-left-pad (replaced by...
- **Flow:** A left-to-right version of `compose` - **Pipe:** A version of `flow`, except instead of returning a new function, the first parameter is passed through the composed function and...
Greetings.. is there a just equivalent to the lodash method mergeWith? https://lodash.com/docs/4.17.15#mergeWith Curious if I was overlooking it but I don't think there is?
Hey mates, making a module proposal. ref: https://www.npmjs.com/package/array-move https://stackoverflow.com/questions/5306680/move-an-array-element-from-one-array-position-to-another
This lets the function pass through more specific type information ✔️ Updated tests and `yarn test-types` passes