Skip to content

Commit a64af0e

Browse files
committed
Fix to not export utility
1 parent e531e35 commit a64af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function selectAll(selector, tree, space) {
8686
* Name of namespace (`'svg'` or `'html'`).
8787
* @returns {SelectState} SelectState
8888
*/
89-
export function createState(selector, tree, space) {
89+
function createState(selector, tree, space) {
9090
return {
9191
// State of the query.
9292
rootQuery: queryToSelectors(parse(selector)),

0 commit comments

Comments
 (0)