UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

10 lines (9 loc) 304 B
import type { string_name } from '../../types/typeAliases'; /** * @private still in development */ export declare function isGithubNameFree(name: string_name): Promise<boolean>; /** * TODO: [🍓][🧠] Test and implement `isGithubNameFree` * TODO: Export via some (and probably new) NPM package */