1export declare enum LongEnum { 2 LongOne = "2", 3 LongTwo = "4", 4 LongBig = "1099511627776" 5}
View as plain text