ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Variable SHIPPING_OPTIONSConst

    SHIPPING_OPTIONS: ShippingRange[] = ...

    Shipping range options available for filtering in the drawer search panel. Values correspond to the ShippingRange type.

    export const SHIPPING_OPTIONS: ShippingRange[] = [
    "worldwide",
    "international",
    "domestic",
    "local",
    ];