UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

12 lines (9 loc) 182 B
import { Oid } from './oid'; export class OdbObject { data(): Buffer; dup(): Promise<OdbObject>; free(): void; id(): Oid; size(): number; type(): number; }