UNPKG

netlify-cli

Version:

Netlify command line tool

4 lines 219 B
import type { NetlifyAPI } from 'netlify'; import type { SiteInfo } from './types.js'; export declare const getSiteByName: (api: NetlifyAPI, siteName: string) => Promise<SiteInfo>; //# sourceMappingURL=get-site.d.ts.map