diff --git a/index.js b/index.js index 39d6c94..84ce8f2 100644 --- a/index.js +++ b/index.js @@ -86,7 +86,7 @@ export function selectAll(selector, tree, space) { * Name of namespace (`'svg'` or `'html'`). * @returns {SelectState} SelectState */ -export function createState(selector, tree, space) { +function createState(selector, tree, space) { return { // State of the query. rootQuery: queryToSelectors(parse(selector)),