UNPKG

@smartinvoicexyz/utils

Version:

Unified source for utility functions used across the Smart Invoice protocol.

3 lines (2 loc) 157 B
export declare const getKeys: <T extends string | number | symbol>(record: Record<T, unknown>) => T[]; export declare function hashCode(s?: string): number;