microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

module validator #146

Open JSchatral opened 4 years ago

JSchatral commented 4 years ago

What can I do to eliminate this TSC Error? - Thank you...

src/types/validator.d.ts:171:11 - error TS1134: Variable declaration expected.

171 const default: any;

Uzlopak commented 3 years ago

Nothing as default is a reserved word.