UNPKG
date-picker
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
A simple client-side date-picker
fizker.github.com/date-picker
fizker/date-picker
date-picker
/
test
/
helpers
/
chai
/
index.js
8 lines
(6 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= {
addMethods
: addMethods };
function
addMethods
(
chai
) {
require
(
'./compare'
).
addMethod
(chai); };