Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class CeasarShift
import { CeasarShift } from "https://deno.land/x/adoublef@0.0.1/crypto/cipher/mod.ts";

Constructors

new
CeasarShift(...pattern: number[])

Methods

decode(phrase: string): string
encode(phrase: string): string