@promptbook/langtail
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
9 lines (8 loc) • 307 B
TypeScript
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;