Skip to content

Commit

Permalink
feat: export Path class
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto authored and judofyr committed Dec 25, 2023
1 parent a47a279 commit c7a8a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ export type {
NullValue,
NumberValue,
ObjectValue,
Path,
PathValue,
StaticValue,
StreamValue,
StringValue,
Value,
} from './values'
export {DateTime} from './values'
export {DateTime, Path} from './values'

0 comments on commit c7a8a46

Please sign in to comment.