Skip to content

Commit

Permalink
Add url export (#2814)
Browse files Browse the repository at this point in the history
The `url.ts` file was not being exported in `snaps-utils`.
  • Loading branch information
hmalik88 authored Oct 8, 2024
1 parent 90784af commit 1f54ddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/snaps-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export * from './strings';
export * from './structs';
export * from './types';
export * from './ui';
export * from './url';
export * from './validation';
export * from './versions';
export * from './virtual-file';
Expand Down

0 comments on commit 1f54ddf

Please sign in to comment.