DefinitelyTyped/types/nodegit/time.d.ts
2017-06-02 03:05:10 +01:00

5 lines
60 B
TypeScript

export class Time {
time: number;
offset: number;
}