1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-09 00:37:27 +00:00

fit error TS2559: Type '4' has no properties in common with type 'MinMaxOptions'.

fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
This commit is contained in:
xiangxiang
2017-07-19 17:14:28 +08:00
parent 462a9a97f3
commit 9ed0760ae9
7 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
import * as async from "async";
import * as request from "request";
import * as graph from "fbgraph";
import {Response, Request, NextFunction} from "express";
import { Response, Request, NextFunction } from "express";
/**