UNPKG

ikea-availability-checker

Version:

ikea product in-store availability checker and product search

8 lines (7 loc) 257 B
import { Option } from "commander"; export declare const country: Option; export declare const json: Option; export declare const minStock: Option; export declare const plain: Option; export declare const pretty: Option; export declare const store: Option;