1.0.8 • Published 4 years ago

@satont/text-utils v1.0.8

Weekly downloads
27
License
MIT
Repository
github
Last release
4 years ago

Text-utils

Build Tests Codecov

Text helpers: detect links, detect caps, and more tools.

Documentation

Installation

npm i @satont/text-utils

Usage

Import via ES6:

import { caps } from '@satont/text-utils'

console.log(caps.isCapsed('HELLO WORLD'))

Or CommonJS:

const { caps } = require('@satont/text-utils')

console.log(caps.isCapsed('HELLO WORLD'))
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago