@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
11 lines (10 loc) • 328 B
TypeScript
import type { string_parameter_name } from '../../../types/typeAliases';
/**
* Function `validateParameterName` will @@@
*
* @param parameterName @@@
* @returns @@@
* @throws {ParseError} @@@
* @private within the repository
*/
export declare function validateParameterName(parameterName: string): string_parameter_name;