UNPKG

netlify

Version:

Netlify command line tool

5 lines 265 B
// This is an entrypoint that mirrors the interface that the `netlify` package // used to have, before it was renamed to `@netlify/api`. We keep it for // backwards-compatibility. export { NetlifyAPI, methods } from '@netlify/api'; //# sourceMappingURL=index.js.map