UNPKG

@tufjs/repo-mock

Version:
4 lines (3 loc) 163 B
import { TargetFile } from '@tufjs/models'; import type { Target } from './shared.types'; export declare function collectTargets(targets: Target[]): TargetFile[];