DefinitelyTyped/types/vis/package.json
Adam Lewis 42e7580956 [vis] timeline: add types for custom ordering functions (#20031)
* add types for custom ordering functions

* fix trailing whitespace

* include dependency on moment  (2.13 being the first version to include types)
add type for moment constructor for use in timeline and graph2d options
2017-09-26 10:55:38 -07:00

6 lines
81 B
JSON

{
"private": true,
"dependencies": {
"moment": ">=2.13.0"
}
}