UNPKG

netlify

Version:

Netlify command line tool

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