DefinitelyTyped/types/nodegit/time.d.ts
2019-03-03 16:20:35 +01:00

5 lines
64 B
TypeScript

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