Validation_Suite/validation-suite/frontend/atlas/node_modules/napi-postinstall/lib/target.d.ts

2 lines
106 B
TypeScript

import type { Target } from './types.js';
export declare function parseTriple(rawTriple: string): Target;