UNPKG

@arnabxd/bin-lookup

Version:

Search bin details from various bin database

5 lines (4 loc) 177 B
import { Result } from './types'; export declare const InvalidBin: Result; export declare const NotFound: Result; export declare const CustomError: (message: string) => Result;