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
/
index.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
Sites
,
Result
}
from
'./types'
;
export
declare
const
binLookup
:
(
bin
:
string
|
number
,
site
?:
Sites
) =>
Promise
<
Result
>;