/ ai-anxieties-audio / node_modules / abbrev /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE2 years ago2.0Kf0d2fc9 test post-receive hook [كارل مبارك]
[TXT]README.md2 years ago499 15de0e0 styling, texts [كارل مبارك]
[   ]abbrev.js2 years ago1.7K 
[   ]package.json2 years ago509 120707f added node version q18.16 to dependincies [كارل مبارك]
README.md

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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80