Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

A77AY/SafeJS

Repository files navigation

SafeJS (SafeS / Safe Script)

"Safe" libraries for the JS/TS:

  • Serializer - is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself

Installation

npm i safes

or:

npm i @safejs/<LIBRARY_NAME>

Contributing

Initialize

yarn bootstrap

Publish

yarn release