tgvashworth / fetch-engine

A smart request-making library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to typings from TSD

tgvashworth opened this issue · comments

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

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.