typings / registry

The registry of type definitions for TypeScript
238 stars 176 forks source link

add cosmiconfig typings #920

Closed effervescentia closed 7 years ago

effervescentia commented 7 years ago

Typings URL: https://github.com/effervescentia/typed-cosmiconfig

Questions (for new typings):

effervescentia commented 7 years ago

@felixfbecker I've update it to use a function instead of an interface, however I don't believe I need to export the contents of the namespace. My IDE was able to pick up on the interfaces without me exporting them

felixfbecker commented 7 years ago

Yes, they are implicitly exported in .d.ts files. I just personally prefer explicit exports