mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 20:46:50 +08:00
More types
This commit is contained in:
5
types/nodegit/diff-perf-data.d.ts
vendored
Normal file
5
types/nodegit/diff-perf-data.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export class DiffPerfdata {
|
||||
version: number;
|
||||
statCalls: number;
|
||||
oidCalculations: number;
|
||||
}
|
||||
Reference in New Issue
Block a user