trnct

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i trnct

    Weekly Downloads

    7

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • vladimyr