Const
The active supplier class names, sorted, mirroring the value exports of the @/suppliers barrel. See the module header for how it stays dependency-free.
@/suppliers
export const SUPPLIER_CLASS_NAMES: readonly SupplierClassName[] = liveSupplierNames.filter(isSupplierClassName); Copy
export const SUPPLIER_CLASS_NAMES: readonly SupplierClassName[] = liveSupplierNames.filter(isSupplierClassName);
The active supplier class names, sorted, mirroring the value exports of the
@/suppliersbarrel. See the module header for how it stays dependency-free.