1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Expose API surface.

This commit is contained in:
devlinjd 2015-10-26 12:54:27 -04:00
parent 2fdb1ac36c
commit 5f50485968

View File

@ -140,6 +140,7 @@ module.exports = function () {
*/
return {
generate: gen,
lib: require('./fluentlib'),
options: _opts,
formats: _fmts
};