Skip to content

Commit

Permalink
feat(types): expose LocationQueryValueRaw as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 23, 2020
1 parent 9fd7c9c commit dc02850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -9,6 +9,7 @@ export {
stringifyQuery,
LocationQueryRaw,
LocationQueryValue,
LocationQueryValueRaw,
} from './query'

export { RouterHistory } from './history/common'
Expand Down
2 changes: 1 addition & 1 deletion src/query.ts
Expand Up @@ -11,7 +11,7 @@ export type LocationQueryValue = string | null
*
* @internal
*/
type LocationQueryValueRaw = LocationQueryValue | number | undefined
export type LocationQueryValueRaw = LocationQueryValue | number | undefined
/**
* Normalized query object that appears in {@link RouteLocationNormalized}
*
Expand Down

0 comments on commit dc02850

Please sign in to comment.