the-tip-top-backend/node_modules/napi-postinstall/lib/target.d.ts

3 lines
106 B
TypeScript

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