Skip to content

Commit

Permalink
Merge pull request #624 from jansel369/master
Browse files Browse the repository at this point in the history
Add a missing configure() method in typescript definition
  • Loading branch information
eddyystop committed Jul 19, 2017
2 parents 7383601 + 8f40769 commit b57c80b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Expand Up @@ -94,6 +94,11 @@ declare namespace feathers {
* Register a service object
*/
use: FeathersUseHandler<this>;

/**
* Runs a callback function with the application as the context (this). It can be used to initialize plugins or services.
*/
configure(callback: any): this;
}
}

Expand Down

0 comments on commit b57c80b

Please sign in to comment.