abbrev
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/abbrev package

2.0.0 • Public • Published

abbrev-js

Just like ruby's Abbrev.

Usage:

var abbrev = require("abbrev");
abbrev("foo", "fool", "folding", "flop");

// returns:
{ fl: 'flop'
, flo: 'flop'
, flop: 'flop'
, fol: 'folding'
, fold: 'folding'
, foldi: 'folding'
, foldin: 'folding'
, folding: 'folding'
, foo: 'foo'
, fool: 'fool'
}

This is handy for command-line scripts, or other cases where you want to be able to accept shorthands.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    6,359,494
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    6,359,494
  • 1.1.1
    40,799,376
  • 1.1.0
    204,688
  • 1.0.9
    2,306,936
  • 1.0.7
    63,475
  • 1.0.6
    326
  • 1.0.5
    4,823
  • 1.0.4
    979
  • 1.0.3
    59

Package Sidebar

Install

npm i abbrev

Weekly Downloads

22,749,629

Version

2.0.0

License

ISC

Unpacked Size

4.83 kB

Total Files

4

Last publish

Collaborators

  • npm-cli-ops
  • saquibkhan
  • fritzy
  • gar
  • lukekarrys