Skip to content

Commit

Permalink
Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Peters committed Jul 5, 2024
1 parent 58276fb commit ff49ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anpete/fastexpr",
"version": "1.0.1",
"version": "1.0.2",
"exports": "./parser.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastexpr.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "A blazingly fast expression parser for JavaScript",
"type": "module",
"main": "dist/parser.js",
Expand Down
2 changes: 1 addition & 1 deletion parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ function based(
return [parseInt(value, base), i] as const;
}

export type baseTypes =
type baseTypes =
| string
| number
| boolean
Expand Down

0 comments on commit ff49ce4

Please sign in to comment.