-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed useless exports from 'BeforeAfter.ts' file
- Loading branch information
1 parent
40dba6b
commit be66fb5
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import { MethodCallArgs, WebDAVRequest } from '../WebDAVRequest'; | ||
export declare function beforeRequest(manager: WebDAVRequest): void; | ||
export declare function afterRequest(manager: WebDAVRequest): void; | ||
export declare function invokeBARequest(collection: WebDAVRequest[], base: MethodCallArgs, callback: any): void; | ||
export declare function invokeBeforeRequest(base: MethodCallArgs, callback: any): void; | ||
export declare function invokeAfterRequest(base: MethodCallArgs, callback: any): void; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters