ltype_string
v0.0.13
Published
String functions
Downloads
16
Readme
ltype_string
(String functions)
User story
- AS A "JavaScript developer"
- I WANT TO "Implement string functions"
- SO THAT I CAN "to ensure quality, maintainability and automatic error free releases"
- Part of See it Done project.
Version Notes:
- 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
- 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
- 2.?.? - Only tagged versions released. Module is regarded stable and in production.
npm
npm i ltype_string -s
yarn
yarn add ltype_string
Usage
Node
const _str = require('ltype_string')
(This README file was generated by https://github.com/perezlamed/lamed_readme)