UNPKG

@promptbook/remote-server

Version:

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

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