UNPKG

@openfga/frontend-utils

Version:

Exposes helpful utilities for building authoring experiences of OpenFGA Models.

3 lines (2 loc) 102 B
export declare const ulidPattern: RegExp; export declare const ulidValidate: (id: string) => boolean;