PHP 8.2.30
Preview: README.md Size: 499 B
//lib/node_modules/npm/node_modules/abbrev/README.md

# abbrev-js

Just like [ruby's Abbrev](http://apidock.com/ruby/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.

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
1.72 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.96 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.43 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
499 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).