2025-10-16 22:12:14 +05:00

3 lines
106 B
TypeScript

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