Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertherber/kingstinct-utils

Collection of reusable code
https://github.com/robertherber/kingstinct-utils

Last synced: 4 days ago
JSON representation

Collection of reusable code

Awesome Lists containing this project

README

        

# Kingstinct Utility Library

Collection of reusable code with TypeScript bindings.

Main ideas:
* Add generic pieces of code that are reused in many projects
* Minimal amount of dependencies, where needed try to use light dependencies
* Allow tree for shaking as much as possible

## Install

`yarn add kingstinct`

or

`npm install kingstinct`

## Usage

```javascript
import DateTimeWithOffset from 'kingstinct/graphql/scalars/DateTimeWithOffset'
import useUpdateInterval from 'kingstinct/hooks/useUpdateInterval'
import findAndReplace from 'kingstinct/findAndReplace'

...
```