UNPKG

186 BJavaScriptView Raw
1const NUM_DEFAULT = 0;
2// The true default is an empty string, but it results in invalid path, so use
3// "0 0"
4const POINTS_DEFAULT = "0 0";
5
6export {
7 NUM_DEFAULT,
8 POINTS_DEFAULT
9};