Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

britecharts/britecharts-typings

Repository files navigation

britecharts-typings

Typings for Britecharts. This is a training ground to be transferred to Definitely Typed list of available typings that could later be installed as so: yarn add -D @types/britecharts.

How to Contribute

  • Fork this repo
  • git clone https://github.com/[username]/britecharts-typings.git
  • cd britecharts-typings
  • yarn install
  • To run dev server for testing, run yarn start:dev