import { AuthServiceDeps } from "./types"; export function makeIsExistingUsername(_: AuthServiceDeps) { const isExistingUsername = (username: string) => { return username === "username"; }; return isExistingUsername; }
GitFOSS • v0.2.0 (#421408f) • MIT License