UNPKG
sun-tzu-quotes
Version:
latest (1.0.0)
1.0.0
a few Sun Tzu quotes from The Art of War
github.com/mattdesl/sun-tzu-quotes
mattdesl/sun-tzu-quotes
sun-tzu-quotes
/
index.js
5 lines
(4 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
var
uniqueRandomArray
=
require(
'unique-random-array'
)
var
quotes
=
require(
'./quotes.json'
)
module
.
exports
= uniqueRandomArray(quotes)
module
.
exports
.quotes = quotes