Skip to main content
Home

Système de gestion des ressources de cohabit.

This package works with Deno
This package works with Deno
JSR Score
52%
Published
a year ago (0.2.1)
type alias CredentialStore

Type Parameters

Definition

T extends "password" ? { store: { hash: Base64String; alg: string; salt: Base64String; }; } : T extends "ssh" ? { store: { publicKey: Base64String; }; } : T extends "passkey" ? { store: Passkey; } : never

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@cohabit/resources-manager

Import symbol

import { type CredentialStore } from "@cohabit/resources-manager/models";
or

Import directly with a jsr specifier

import { type CredentialStore } from "jsr:@cohabit/resources-manager/models";