UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

11 lines (10 loc) 357 B
import type { string_uuid } from '../../../types/string_sha256'; import type { really_unknown } from '../../organization/really_unknown'; /** * Checks if value is valid uuid * * Note: [🔂] This function is idempotent. * * @public exported from `@promptbook/utils` */ export declare function isValidUuid(value: really_unknown): value is string_uuid;