UNPKG

@types/nodegit

Version:
9 lines (7 loc) 150 B
import { Object } from "./object"; import { Oid } from "./oid"; export class OdbExpandId { id: Oid; length: number; type: Object.TYPE; }