@karankraina/isomorphic-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Welcome to isomorphic-js 👋

Version Version Documentation Maintenance License: MIT Twitter: karankraina

Isomorphic javascript utility functions

🏠 Homepage

Demo

Install

npm install isomorphic-js

Basic Usage

import { base64 } from '@karankraina/isomorphic-js';

const encoded = base64.btoa('string');


const decoded = base64.atob('encoded');

API Guide

For complete usage guide, refer our API.md file

Run tests

npm run test

Author

👤 Karan Raina karanraina1996@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Karan Raina karanraina1996@gmail.com.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Readme

Keywords

none

Package Sidebar

Install

npm i @karankraina/isomorphic-js

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

38.5 kB

Total Files

20

Last publish

Collaborators

  • karankraina