Skip to content

Commit 2ab9b77

Browse files
committed
refactor(utilities/ast): update exports in index.ts
1 parent 370df85 commit 2ab9b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utilities/ast/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export * from "./get-nested-expressions";
88
export * from "./get-nested-identifiers";
99
export * from "./get-nested-return-statements";
1010
export * from "./get-top-level-identifier";
11+
export * from "./is";
1112
export * from "./is-empty-function";
1213
export * from "./is-kind-of-literal";
1314
export * from "./is-map-call";
1415
export * from "./is-multi-line";
1516
export * from "./is-node-equal";
1617
export * from "./is-this-expression";
17-
export * from "./is";
1818
export * from "./to-readable-node-name";
1919
export * from "./to-readable-node-type";
20-
export * from "./types";
20+
export type * from "./types";

0 commit comments

Comments
 (0)