UNPKG

@pnp/sp

Version:

pnp - provides a fluent api for working with SharePoint REST

12 lines 307 B
/** * Class Decorators */ /** * 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