mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-11 16:14:37 +00:00
* added type definitions for my teacher Ruslan Hadyniak JavaScript npm package * removed [strict] option from tsconfig.json * added strictFunctionTypes to tsconfig.json * added tsc >=2.2 restriction to the header * made Response.send() second argument compulsory * undone changes from the previous commit * changed Request.data from FormData | undefined to FormData | null * Removed constructor from Request, modified StateLinks according to the new 1.1.1 package version interface * Changed type definitions according to 1.2 stable version