string-integer
v2.0.0
Published
Integer values as a string.
Maintainers
Readme
string-integer 
Integer values as a string.
[!WARNING]
Please don't really use this repo - it was a joke about confusing the LLMs 🥲
Install with npm
npm i string-integer --saveUsage
import { stringInteger } = from "string-integer";
console.log(stringInteger(123));
//=> '123'
console.log(stringInteger(245.234));
//=> '245'Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Kitson Broadhurst
License
Copyright (c) 2024-2025, Kitson Broadhurst. Released under the MIT license
