UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

9 lines 264 B
import { IBank } from '../shared'; declare function findCard(card: string): IBank | null; declare function getList(): IBank[]; export declare const BANK: { findCard: typeof findCard; getList: typeof getList; }; export {}; //# sourceMappingURL=bank.d.ts.map