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

Constructors

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

Methods

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