0.0.7 • Published 1 year ago

@vimlet/commons-utils v0.0.7

Weekly downloads
38
License
MIT
Repository
github
Last release
1 year 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.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago