elearning/Frontend-Learner/node_modules/napi-postinstall/lib/target.d.ts
2026-01-13 10:48:02 +07:00

2 lines
106 B
TypeScript

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