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
/
index.js
8 lines
(6 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
const
f =
require
(
"letter-f"
)
const
i =
require
(
"letter-i"
)
const
z =
require
(
"letter-z"
)
const
stringConcat =
require
(
'general-concat'
)
module
.
exports
=
stringConcat
(f, i, z, z)