UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 356 B
import Stats64 from './stats64.js'; export default class Entry64 extends Stats64 { name: string; constructor(name: string, error: number, dev: bigint, ino: bigint, mode: bigint, nlink: bigint, uid: bigint, gid: bigint, size: bigint, atimeNs: bigint, mtimeNs: bigint, ctimeNs: bigint); toString(): string; } //# sourceMappingURL=entry64.d.ts.map