Skip to content

Commit

Permalink
chore(utils): add valueType
Browse files Browse the repository at this point in the history
add valueType
  • Loading branch information
anshumanv committed Jun 5, 2019
1 parent e7c5170 commit 43040fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/types/index.ts
@@ -1,11 +1,12 @@
import { Error } from './Error';
import { Config, TransformConfig } from './Config';
import { Node, JSCodeshift } from "./NodePath";
import { Node, JSCodeshift, valueType } from "./NodePath";

export {
Error,
Config,
Node,
TransformConfig,
JSCodeshift,
valueType
}

0 comments on commit 43040fe

Please sign in to comment.