@promptbook/legacy-documents
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 317 B
TypeScript
import type { string_filename } from '../../types/string_filename';
import type { string_mime_type } from '../../types/string_mime_type';
/**
* Get the file extension from a file name
*
* @private within the repository
*/
export declare function getFileExtension(value: string_filename): string_mime_type | null;