UNPKG

@brizy/media-gallery

Version:
9 lines (8 loc) 256 B
import { Id } from "./Id"; /** * Do not use this function in production, it is created only for testing proposes * There isn't a way to create a valid ia from any number value * * Use Id.fromNumber */ export declare const unsafeId: (n: number) => Id;