add type import

This commit is contained in:
Sebastian McKenzie 2015-06-25 23:22:42 +01:00
parent 7c4fe984ce
commit 19adcfae4d

View File

@ -1,3 +1,4 @@
import type NodePath from "./index";
import * as inferers from "./inferers";
import * as t from "../../../types";