1.0.0 • Published 5 years ago

trnct v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

trnct

build status install size npm package version github license js semistandard style

Truncate vowels ~ eℹ️🅾️

forthebadge forthebadge

Instalation

$ npm install trnct

Usage

const trnct = require('trnct');
trnct('vowels');
//=> 'vwls'

API

Table of Contents

trnct

Truncate all specified vowels from given word unless it is the first character

Parameters

Examples

trnct('extension');
//=> 'extnsn'
trnct('extension', 'ei');
//=> 'extnson'

Returns String truncated string