UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

9 lines 279 B
/** * Decorator used to specify the default path for SPQueryable objects * * @param path */ export declare function defaultPath(path: string): <T extends new (...args: any[]) => {}>(target: T) => { new (...args: any[]): {}; } & T; //# sourceMappingURL=decorators.d.ts.map