UNPKG
firstpackagenewman
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Basic FizzBuzz
github.com/theMatthewNewman/firstPackageNewman
theMatthewNewman/firstPackageNewman
firstpackagenewman
/
dist
/
index.d.ts
2 lines
(1 loc)
•
52 B
TypeScript
View Raw
1
2
export
declare
function
fizzBuzz
(
n
:
number
):
any
[];