@karankraina/isomorphic-js
v0.0.2
Published
isomorphic-js
Downloads
2
Readme
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 [email protected]
- Website: https://karanraina.tech/
- Twitter: @karankraina
- Github: @karankraina
- LinkedIn: @karankraina
🤝 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 [email protected]. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator