1.2.4 • Published 7 years ago
str_utils v1.2.4
str_utils
Some functions to format strings like in python.
Usage
npm install str_utils
Build & Test
npm run build
npm run test
Example
With TypeScript:
import { fmt } from "str_utils";
console.log(fmt("%5d", 1));
With JavaScript:
const { fmt } = require("str_utils");
console.log(fmt("%5d", 1));
1.2.4
7 years ago
1.2.3
7 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.13
7 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago