Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Add .configure method (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Dec 31, 2016
1 parent 4063378 commit 5af91d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -8,6 +8,8 @@ interface FeathersApp {

// Services.
service(name: string): FeathersService;

configure(fn: () => void): FeathersApp;
}

interface FeathersService extends events.EventEmitter {
Expand Down

0 comments on commit 5af91d7

Please sign in to comment.