UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

13 lines (12 loc) 260 B
import { Bone } from '../util/leoric.ts'; export declare class Dist extends Bone { id: bigint; createdAt: Date; updatedAt: Date; distId: string; name: string; path: string; size: number; shasum: string; integrity: string; }