UNPKG

netlify-cli

Version:

Netlify command line tool

7 lines 272 B
import type { Command } from 'commander'; /** * A preAction hook that errors out if siteInfo is an empty object */ declare const requiresSiteInfo: (command: Command) => Promise<undefined>; export default requiresSiteInfo; //# sourceMappingURL=requires-site-info.d.ts.map