0.0.6 • Published 3 months ago

@vimlet/commons-utils v0.0.6

Weekly downloads
38
License
MIT
Repository
github
Last release
3 months ago

Utils

Json and string utils.

Installation

npm install @vimlet/commons-utils

It will be also installed as a module within @vimlet/commons

Usage

json.deepMerge(args)

Merge as many jsons as args.

string.asyncReplace(string, regex, replacer)

String replace asynchronously.

  • string: string itself.
  • regex: regex expresion.
  • replacer: function.

License

This project is under MIT License. See LICENSE for details.

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago