An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Dhau Lang Extras

[![Test](https://github.com/danielholmes/lang-extras/actions/workflows/test.yml/badge.svg)](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`)