@yuanchuan/seq
v1.0.1
Published
Generate strings from a sequence
Downloads
1
Readme
seq
Generate strings from a sequence.
/* https://rosettacode.org/wiki/99_Bottles_of_Beer */
seq(99, 1)`
#{n} bottles of beer on the wall,
#{n} bottles of beer.
Take one down and pass it around,
#{n - 1} bottles of beer on the wall.
`
Installation
npm i @yuanchuan/seq
License
MIT