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,675,753
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    6,675,753
  • 1.1.1
    55,790,798
  • 1.1.0
    290,716
  • 1.0.9
    3,192,402
  • 1.0.7
    61,018
  • 1.0.6
    509
  • 1.0.5
    7,191
  • 1.0.4
    1,121
  • 1.0.3
    119

Package Sidebar

Install

npm i abbrev

Weekly Downloads

23,116,834

Version

2.0.0

License

ISC

Unpacked Size

4.83 kB

Total Files

4

Last publish

Collaborators

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