0.10.3 • Published 7 years ago
@rubixibuc/briefcase v0.10.3
briefcase 💼
Visually hidden case formatting
Getting started
Installation
npm i @rubixibuc/briefcaseExample
import { encode, decode } from "@rubixibuc/briefcase";
// string encoded to zero width non-printable characters
const encoded = encode("abc");
const decoded = decode(encoded);
// decoded === "abc"encode()anddecode()both return the passed value unchanged when given anything but non-empty stringdecode()only accepts output fromencode()and will thrownew Error("encountered invalid character")otherwise
0.10.3
7 years ago
0.10.2
7 years ago
0.10.1
7 years ago
0.10.0
7 years ago
0.9.3
7 years ago
0.9.2
7 years ago
0.9.1
7 years ago
0.9.0
7 years ago
0.8.1
7 years ago
0.8.0
7 years ago
0.7.0
7 years ago
0.6.2
7 years ago
0.6.0
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.3
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago
0.0.0
7 years ago