云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
hexo
/
hexo-blog
/
node_modules
/
abbrev
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
lib
2024-01-09 18:35:46
1.28 KB
LICENSE
2023-11-13 01:33:41
1.96 KB
package.json
2023-11-13 01:33:41
1002 B
README.md
2023-11-13 01:33:41
499 B
# 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.
2025-08-29 16:33:30 Friday 216.73.216.167 Runningtime:0.026s Mem:1.47 MB