1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-09 12:03:23 +00:00

Merge branch 'master' into refactor/authService

This commit is contained in:
Thomas Rittson
2021-12-21 09:21:50 +10:00
33 changed files with 358 additions and 231 deletions

View File

@@ -9,7 +9,7 @@ import { StringResponse } from "./models/response/stringResponse";
export abstract class BaseProgram {
constructor(
private stateService: StateService,
protected stateService: StateService,
private writeLn: (s: string, finalLine: boolean, error: boolean) => void
) {}