Skip to content

Commit

Permalink
chore: remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Aug 19, 2024
1 parent aa1e731 commit 309c47d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/internal/address/isAddress.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Address } from 'abitype'
import type { GlobalErrorType } from '../errors/error.js'
import { assertAddress } from './assert.js'

/**
Expand Down Expand Up @@ -31,8 +30,4 @@ export function isAddress(

export declare namespace isAddress {
export type Options = assertAddress.Options

export type ErrorType = assertAddress.ErrorType | GlobalErrorType
}

isAddress.parseError = (error: unknown) => error as isAddress.ErrorType

0 comments on commit 309c47d

Please sign in to comment.