UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

11 lines (10 loc) 355 B
import type { string_uuid } from '../../../types/typeAliases'; 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;