Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/services/authenticationService/base64Encoder.ts>Base64Encoder.encode

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
variable Base64Encoder.encode
import { Base64Encoder } from "https://deno.land/x/jira@v3.0.2/src/services/authenticationService/base64Encoder.ts";
const { encode } = Base64Encoder;

type

(input: string) => unknown