Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 580 Bytes

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

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

...