tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

Switch to typings from TSD #59

Closed tgvashworth closed 8 years ago

tgvashworth commented 8 years ago

typings has superseded tsd for managing definitions in TypeScript. It's much better (easier to use, simple, obvious) so we should switch.

tgvashworth commented 8 years ago

This is a little bit fiddly because we were using ambient types a bit too liberally. Will have to look at removing our stuff from .d.ts and .d.test.ts first.