ikea-availability-checker
Version:
ikea product in-store availability checker and product search
6 lines (5 loc) • 295 B
TypeScript
import CliTable3 from "cli-table3";
import { ItemStockInfo } from "../../lib/ingka";
export declare function daysUntil(to?: Date): number;
export declare function availabilityColor(val: number): string;
export declare function createStockInfoReportTable(data: ItemStockInfo[]): CliTable3.Table;