UNPKG

ikea-availability-checker

Version:

ikea product in-store availability checker and product search

6 lines (5 loc) 355 B
import { countryCode } from "../../lib/stores"; export declare const normalizeBuCode: (buCode: string) => string; export declare const normalizeProductId: (productId: string) => string; export declare const normalizeCountryCode: (countryCode: countryCode) => countryCode; export declare const unique: (cur: unknown, i: number, arr: unknown[]) => boolean;