UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 312 B
import type { string_email } from '../../../types/string_email'; import type { really_unknown } from '../../organization/really_unknown'; /** * Checks if value is valid email * * @public exported from `@promptbook/utils` */ export declare function isValidEmail(email: really_unknown): email is string_email;