UNPKG

netlify

Version:

Netlify command line tool

5 lines 293 B
import type { SiteInfo } from '../../utils/types.js'; import BaseCommand from '../base-command.js'; import type { LinkOptionValues } from './option_values.js'; export declare const link: (options: LinkOptionValues, command: BaseCommand) => Promise<SiteInfo>; //# sourceMappingURL=link.d.ts.map