UNPKG

88 BTypeScriptView Raw
1export declare enum DestroyType {
2 none = "none",
3 max = "max",
4 min = "min"
5}