UNPKG

@types/nodegit

Version:
11 lines (8 loc) 164 B
import { Oid } from "./oid"; export class OdbObject { data(): Buffer; dup(): Promise<OdbObject>; id(): Oid; size(): number; type(): number; }