Skip to content

Commit

Permalink
docs: update MemberSelector API
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Dec 20, 2017
1 parent 455e51f commit cb9056a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -128,8 +128,8 @@ export interface MethodSelector {

```ts
export interface MemberSelector {
classNamePattern: RegExp;
fieldNamePattern: RegExp;
classNamePattern?: RegExp;
fieldNamePattern?: RegExp;
classes?: Function[];
methods?: PropertyDescriptor[];
}
Expand Down

0 comments on commit cb9056a

Please sign in to comment.