UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

3 lines (2 loc) 172 B
import type { IGetAllBusinessesResult } from '../types.js'; export declare function filterBusinessByName(business: IGetAllBusinessesResult, name?: string | null): boolean;