0.10.3 • Published 5 years ago

@rubixibuc/briefcase v0.10.3

Weekly downloads
-
License
Unlicense
Repository
github
Last release
5 years ago

Build Status Coverage Status

briefcase 💼

Visually hidden case formatting

Getting started

Installation

npm i @rubixibuc/briefcase

Example

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() and decode() both return the passed value unchanged when given anything but non-empty string
  • decode() only accepts output from encode() and will throw new Error("encountered invalid character") otherwise
0.10.3

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago