UNPKG

@promptbook/utils

Version:

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

10 lines (9 loc) 337 B
import type { BookCommitment } from '../_base/BookCommitment'; /** * Checks if a commitment type is supported * @param type The commitment type to check * @returns True if the commitment type is supported * * @public exported from `@promptbook/core` */ export declare function isCommitmentSupported(type: BookCommitment): boolean;