Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertherber/kingstinct-utils
- Owner: robertherber
- Created: 2020-01-09T18:44:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T21:20:22.000Z (over 3 years ago)
- Last Synced: 2024-10-11T01:59:47.782Z (26 days ago)
- Language: TypeScript
- Size: 2.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'...
```