npm-training-fpayes
v1.0.0
Published
Training for Monday talk
Downloads
5
Readme
Examples
$ npm install npm-training-fpayes
Usage
const { intelliWords } = require('npm-training-fpayes');
// ES5 modules
import { intelliWords } from 'npm-training-fpayes';
const newWords = intelliWords(['hola', 'baño', 'puerta']);
console.log(newWords);
// Output
// [ 'Intelli--hola', 'Intelli--baño', 'Intelli--puerta' ]