anycoder
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Convert any js code to string and vice versa.

Classes, Functions, Objects, Arrays and everything else.


Installation

npm i anycoder

Usage

import Anycoder from 'anycoder'

// encode with
const string = Anycoder.encode(Class)

// decode with
const Class = Anycoder.decode(string)

Package Sidebar

Install

npm i anycoder

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

3.08 kB

Total Files

4

Last publish

Collaborators

  • varvolta