UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

7 lines 225 B
import Stats from './stats'; export default class Entry extends Stats { name: string; constructor(name: string, mode: number, size: number, mtime: number); toString(): string; } //# sourceMappingURL=entry.d.ts.map