UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

8 lines (7 loc) 170 B
export declare class NameDeduper { private map; add(name?: string | null, options?: { group?: string | null; fallback?: string; }): string; }