UNPKG

@ndbx/runtime

Version:

The `@ndbx/runtime` package provides a runtime environment to embed NodeBox visualizations directly into React applications. NodeBox is a powerful tool for creating interactive and generative visualizations, and this runtime allows you to integrate those

6 lines (5 loc) 373 B
export declare function generateRandomId(timestampLength?: number, randomLength?: number): string; export declare function checkUserId(id: string): boolean; export declare function checkProjectId(id: string): boolean; export declare function checkFunctionId(id: string): boolean; export declare function generateUniqueName(prefix: string, existingNames: string[]): string;