Skip to content

Conversation

sandersn
Copy link
Contributor

The source of filter is

  filter (paths) {
    return make_array(paths).filter(path => this._filter(path))
  }

So I think it is pretty obvious that filter's type is string[] => string[].

Also remove redundant types from filter's JSDoc in index.d.ts.

Also remove redundant types from filter's JSDoc
@kaelzhang kaelzhang merged commit b1a0200 into kaelzhang:master Apr 26, 2018
@kaelzhang kaelzhang mentioned this pull request Apr 26, 2018
@kaelzhang
Copy link
Owner

Thanks! Landed in 3.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants