https://github.com/danielholmes/lang-extras
Utilities for built in JS types. A companion to lodash.
https://github.com/danielholmes/lang-extras
Last synced: 7 months ago
JSON representation
Utilities for built in JS types. A companion to lodash.
- Host: GitHub
- URL: https://github.com/danielholmes/lang-extras
- Owner: danielholmes
- License: mit
- Created: 2023-01-16T02:25:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T01:16:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T08:33:54.721Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dhau Lang Extras
[](https://github.com/danielholmes/lang-extras/actions/workflows/test.yml)
Some extra utilities to support JS built in types. A companion to lodash.
## Installation
```
npm add @dhau/lang
```
## Local Development
### Setup
1. Install system dependencies using [ASDF](https://asdf-vm.com/), or manually install the dependencies in [`.tool-versions`](./.tool-versions)
2. Install project dependencies using `npm ci`
### Publishing
1. Manually set new version in `package.json`
2. Manually set new version in `jsr.json`
3. Manually run publish github action (or run `npm run deploy`)