Skip to content

Commit

Permalink
Merge pull request #790 from Hotell/mh/tweak-public-ambient-types-api
Browse files Browse the repository at this point in the history
fix(types): expose public interfaces from root index.d.ts
  • Loading branch information
johnnyreilly committed Jun 8, 2018
2 parents f9c5f01 + dc1f603 commit 3a61d4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Expand Up @@ -391,3 +391,10 @@ function makeSourceMap(
}

export = loader;

/**
* expose public types via declaration merging
*/
namespace loader {
export interface Options extends LoaderOptions {}
}

0 comments on commit 3a61d4b

Please sign in to comment.