UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (5 loc) 246 B
import { type Stringifyable } from "./Stringifyable"; export declare function canonicalStringify(params: { data: Record<string, Stringifyable> | Stringifyable[]; referenceData: Record<string, Stringifyable> | Stringifyable[]; }): string;