thomaswilson-sveltekit/src/lib/Authenticator.ts

3 lines
No EOL
76 B
TypeScript

export interface Authenticator {
authenticate(password: string): boolean;
}