mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Refactor for barrels. Utils service to jslib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { PlatformUtilsService, StorageService as StorageServiceInterface } from '@bitwarden/jslib';
|
||||
import { Abstractions } from '@bitwarden/jslib';
|
||||
|
||||
export default class BrowserStorageService implements StorageServiceInterface {
|
||||
constructor(private platformUtilsService: PlatformUtilsService) {
|
||||
export default class BrowserStorageService implements Abstractions.StorageService {
|
||||
constructor(private platformUtilsService: Abstractions.PlatformUtilsService) {
|
||||
}
|
||||
|
||||
get<T>(key: string): Promise<T> {
|
||||
|
||||
Reference in New Issue
Block a user