UNPKG
string-fizz
Version:
latest (1.0.0)
1.0.0
The string "fizz"
github.com/fizzbuzz-npm/string-fizz
fizzbuzz-npm/string-fizz
string-fizz
/
README.md
9 lines
(7 loc)
•
125 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# string-fizz
The
string
"fizz"
### Usage
```javascript
const
fizz
=
require
(
"string-fizz"
); console.
log
(fizz); ```