400.0.1 • Published 12 years ago

mymodule4 v400.0.1

Weekly downloads
21
License
-
Repository
-
Last release
12 years ago

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.

500.0.1

12 years ago

400.0.1

12 years ago

300.0.1

12 years ago

200.0.1

12 years ago

105.0.1

12 years ago

99.0.1

12 years ago

92.0.1

12 years ago

2.0.1

12 years ago