Skip to main content
Go to Latest
class default
import { default } from "https://deno.land/x/masx200_leetcode_test@9.3.0/encrypt-and-decrypt-strings/index.ts";

Constructors

new
default(
keys: string[],
values: string[],
dictionary: string[],
)

Methods

decrypt(word2: string): number
encrypt(word1: string): string