INNER CODE UNIT · Go
VerificationCodeLength
benbusby/yeetfile · shared/js.go:22
export const VerificationCodeLength = %d;
export const MaxHintLen = %d;
export const MaxPassNoteLen = %d;
export const Argon2Iter = %d;
export const Argon2Mem = %d;`
const endpointsHeadJS = `
// Auto-generated from shared/js.go. Don't edit this manually.
export type Endpoint = {
path: string
}
export class Endpoints {`
const endpointsTailJS = `
static format(endpoint: Endpoint, ...args: string[]): string {