@jkob/common
v1.7.3
Published
Common Tools
Downloads
18
Readme
Sleep function
import { sleep } from '@jkob/common';
await sleep(2000); // in milliseconds
String methods
import { str } from '@jkob/common';
const { fixedLength, textToId, normalize } = str;
fixedLength(10, "..", true);
normalize("..")
textToId("..")