Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

visjs/vis-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: This is no longer used, the types are managed in individual packages now.

vis-types

This is a partial fork of the DefinitelyTyped repository. Only the following files (including there history) are copied her:

To keep these files up-to-date you can cherry-pick commits tat are relevant to visjs:

git clone git@github.com:visjs/vis-types.git
cd vis-types
git remote add DefinitelyTyped https://github.com/DefinitelyTyped/DefinitelyTyped.git
git fetch DefinitelyTyped

Now got to DefinitelyTyped/commits/master/types/vis and see if there are new commits. Is so copy the hash.

Then cherry-pick the interesting commits into this repository:

git cherry-pick 208e1e1ec9acd8d785c89de728cb2a79bb78757d
git push origin

Thanks for keeping this repository up-to-date!