backlog-js should use lib instead of isomorphic-fetch

This commit is contained in:
Andy Hanson 2017-04-19 13:44:36 -07:00
parent 4cb5f8c313
commit fae193727a

View File

@ -2,9 +2,9 @@
// Project: https://github.com/nulab/backlog-js
// Definitions by: Yuichi Watanabe <https://github.com/vvatanabe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
/// <reference types="node" />
/// <reference types="isomorphic-fetch" />
declare class Request {
private configure;