This website requires JavaScript.
Explore
Help
Sign In
quantum
/
correcthorsebatterystaple
Watch
1
Star
0
Fork
You've already forked correcthorsebatterystaple
0
mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced
2025-08-02 12:18:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a9e428411d
correcthorsebatterystaple
/
src
/
words
/
index.js
6 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove duplicate words and add unit tests
2018-11-27 19:56:46 -05:00
module
.
exports
=
{
Add medium word list.
2018-11-27 22:21:02 -05:00
small
:
require
(
'./2048'
)
,
medium
:
require
(
'./4096'
)
,
Add large word list
2018-12-04 18:50:30 -05:00
large
:
require
(
'./8192'
)
,
Remove duplicate words and add unit tests
2018-11-27 19:56:46 -05:00
}
Reference in a new issue
Copy permalink