Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Crypto.ImplementationOptions

type ImplementationOptions = {
exchangeKeyName: string;
storeName: string;
writeKeyName: string;
}
;

§Type

§
{
exchangeKeyName: string;
storeName: string;
writeKeyName: string;
}
[src]