UNPKG

@promptbook/browser

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

9 lines (8 loc) 307 B
import type { string_uuid } from '../../../types/typeAliases'; import type { really_unknown } from '../../organization/really_unknown'; /** * Checks if value is valid uuid * * @public exported from `@promptbook/utils` */ export declare function isValidUuid(value: really_unknown): value is string_uuid;