Added index file exposing the interface

This commit is contained in:
Tuhin Khare
2018-03-29 15:15:05 +05:30
parent 90b2328b62
commit a2185792c5

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
// Exports the interface for the plugin
module.exports = {
convert: require('./lib/convert.js'),
validate: require('./lib/validate.js')
}