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

nkeys.createOperator

import { nkeys } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts"; 

const { createOperator } = nkeys;

Creates a KeyPair with an operator prefix

function createOperator(): KeyPair;
§
createOperator(): KeyPair
[src]

§Return Type

§

Returns the created KeyPair.