Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Mar 14, 2024
1 parent bff5f71 commit e4814a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/expo-router/build/link/href.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/link/href.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/expo-router/src/link/href.ts
@@ -1,7 +1,5 @@
import { ExpoRouter } from '../../types/expo-router';

type A = ExpoRouter.Href<{ pathname: string }>;

/** Resolve an href object into a fully qualified, relative href. */
export const resolveHref = (href: ExpoRouter.Href): string => {
if (typeof href === 'string') {
Expand Down

0 comments on commit e4814a3

Please sign in to comment.