Skip to content

Commit

Permalink
Fix to not export utility
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 16, 2023
1 parent e531e35 commit a64af0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit a64af0e

Please sign in to comment.