UNPKG

@netlify/config

Version:
10 lines (9 loc) 271 B
export function getApiClient({ token, offline, testOpts, host, scheme, pathPrefix }: { token: any; offline: any; testOpts?: {} | undefined; host: any; scheme: any; pathPrefix: any; }): NetlifyAPI | undefined; import { NetlifyAPI } from 'netlify';