The key features are:
- Type Strong 💪: Written in TypeScript, with TS Docs.
- Fast to code 🚀: Increase the speed to develop features by about 200% to 300%.
- Fewer bugs 🐞: Reduce about 40% of human (developer) induced errors.
- SSR Friendly 🕺: Works perfectly with server-side.
- Easy 💫: Designed to be easy to use and learn. Less time reading docs.
- Interactive demos 🎉 : Documentation of functions also come with interactive demos!.
- Feature Rich 🌈: 100+ functions for you to choose from.
- Fully 🌳 shakeable: Only take what you want.
pnpm add -D @sveu/shared
<script>
import {strftime} from "@sveu/shared"
const time = strftime(Date.now(), "%Y-%m-%d %H:%M:%S") // 2023-03-09 13:52:34
</script>
{time}
This project is heavily inspired by the following awesome projects.
MIT License © 2022-PRESENT Mohamed Nesredin