ChemPal Documentation - v1.7.0
    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',
    ];