DefinitelyTyped/types/nodegit/time.d.ts

5 lines
60 B
TypeScript

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