@promptbook/langtail
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
12 lines (11 loc) • 465 B
TypeScript
import type { string_knowledge_source_content } from '../../../types/typeAliases';
import type { string_name } from '../../../types/typeAliases';
/**
* Creates unique name for the source
*
* @private within the repository
*/
export declare function sourceContentToName(sourceContent: string_knowledge_source_content): string_name;
/**
* TODO: [🐱🐉][🧠] Make some smart crop NOT source-i-m-pavol-a-develop-... BUT source-i-m-pavol-a-developer-...
*/