Open claytonsilva opened 8 years ago
Typings URL: https://github.com/xdevelsistemas/typings-thinky
Questions (for new typings):
index.js
index.d.ts
Change Summary (for existing typings):
Typings for thinky orm https://thinky.io/
Projects under npm/ need to be written in external module format (not global). The main change required is that you don't wrap the project in declare module "thinky".
npm/
declare module "thinky"
Typings URL: https://github.com/xdevelsistemas/typings-thinky
Questions (for new typings):
index.js
<->index.d.ts
)?Change Summary (for existing typings):
Typings for thinky orm https://thinky.io/