UNPKG
@arnabxd/bin-lookup
Version:
latest (2.0.0)
2.0.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Search bin details from various bin database
github.com/ArnabXD/bin-lookup
ArnabXD/bin-lookup
@arnabxd/bin-lookup
/
lib
/
errors.d.ts
5 lines
(4 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
import
{
Result
}
from
'./types'
;
export
declare
const
InvalidBin
:
Result
;
export
declare
const
NotFound
:
Result
;
export
declare
const
CustomError
:
(
message
:
string
) =>
Result
;