@rmartinus/rmvowels

0.1.3 • Public • Published

rmvowels

What it does

Remove vowels from sentences.

Example

That was awesome!

becomes:

Tht ws wsm!

Usage

This library only supports ECMAScript Modules. You will need to use import instead of require.

import { rmvowels } from "@rmartinus/rmvowels";

console.log(rmvowels('Hello there!'));

Package Sidebar

Install

npm i @rmartinus/rmvowels

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

3.21 kB

Total Files

7

Last publish

Collaborators

  • rmartinus