UNPKG

@datalayer/core

Version:
8 lines (7 loc) 209 B
/** * Create an unique human readable kernel snapshot name. * * @param suffix Name prefix * @returns The kernel snapshot name */ export declare function createRuntimeSnapshotName(suffix: string): string;