UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

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;