@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
11 lines (10 loc) • 376 B
TypeScript
import type { string_javascript_name } from '../../../types/typeAliases';
import type { really_unknown } from '../../organization/really_unknown';
/**
* @@@
*
* @param javascriptName @@@
* @returns @@@
* @public exported from `@promptbook/utils`
*/
export declare function isValidJavascriptName(javascriptName: really_unknown): javascriptName is string_javascript_name;