UNPKG

sdotjs

Version:
33 lines (19 loc) 507 B
# 🚀 S.js *In mathematics, the successor function or successor operation sends a natural number to the next one.* ## Welcome It's `successor` but better. ## 📦 Installation Install: ```bash npm install sdotjs ``` ## ✨ Usage ```js const s = require('sdotjs') console.log(s(1)) // Output: 2 ``` Recommended to be used with `successor`. ## 🧙‍♂️ Contributing If you believe you can push this package, feel free to open a pull request or issue on the GitHub page. ## 📝 License MIT