UNPKG

64 BTypeScriptView Raw
1export class Time {
2 time(): number;
3 offset(): number;
4}