UNPKG

@arnabxd/bin-lookup

Version:

Search bin details from various bin database

4 lines (3 loc) 118 B
import { Result } from '../types'; declare const _default: (bin: number) => Promise<Result>; export default _default;