UNPKG

@scaleway/use-analytics

Version:

A small hook to handle events analytics

4 lines (3 loc) 123 B
type ID = string | number | undefined | null; export declare const normalizeId: (id: ID) => string | undefined; export {};