UNPKG

node-sppkg-deploy

Version:

This gulp plugin allows you to deploy SharePoint packages in the AppCatalog.

3 lines (2 loc) 117 B
import { IOptions } from './utils/IDeployAppPkg'; export declare const deploy: (options: IOptions) => Promise<void>;