UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

7 lines (6 loc) 233 B
import { string_markdown_text } from '.././types/typeAliases'; import { Command } from '../types/Command'; /** * Parses one line of ul/ol to command */ export declare function parseCommand(listItem: string_markdown_text): Command;