UNPKG

100 BTypeScriptView Raw
1export declare enum StartValueType {
2 max = "max",
3 min = "min",
4 random = "random"
5}