Files

3 lines
106 B
TypeScript
Raw Permalink Normal View History

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