UNPKG

tshy

Version:

TypeScript HYbridizer - Hybrid (CommonJS/ESM) TypeScript node package builder

5 lines 279 B
import type { Package } from './types.js'; export declare const linkedAlready: (pkg: Package) => boolean; export declare const link: (pkg: Package, where: string) => void; export declare const unlink: (pkg: Package, where: string) => void; //# sourceMappingURL=self-link.d.ts.map