Spaces:
Running
Running
File size: 66 Bytes
78c921d |
1 2 3 4 5 |
export declare enum DateUnit {
DAY = 0,
MILLISECOND = 1
}
|