astock-agent/frontend/node_modules/napi-postinstall/lib/target.d.ts
2026-04-07 20:51:00 +08:00

3 lines
106 B
TypeScript

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