Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shuritch committed May 18, 2023
1 parent e78cfdc commit f62f71b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ npm i leadutils --save

<h2 align="center">Usage</h2>

- **The module** divided into submodules, for example here you can see work with submodule <code>time</code>.

```javascript
const utils = require('leadutils');
// const { time, obj, string, time, net, crypto, utils, oop, fp, pp, async } = utils;
console.log(utils.time.prettify('h:m:s / D.M|Y', new Date())); // 18:50:54 / 07.05|2023
```

<h2 align="center"> Modules</h2>
<h2 align="center">Modules</h2>

<details open>

Expand Down

0 comments on commit f62f71b

Please sign in to comment.