diff options
author | Soreine <nicolas@gitbook.com> | 2016-05-17 12:48:03 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-05-17 12:48:03 +0200 |
commit | 167d3957bf2caa1f46bc1b1ef5084fd468594c8d (patch) | |
tree | 4213d84826f73f25d8d3c12f6d48aad5a6da9c2c /lib/parse/findParsableFile.js | |
parent | a9571fd67d3d638d6d9d6c11a7e626c5600a68a2 (diff) | |
download | gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.zip gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.tar.gz gitbook-167d3957bf2caa1f46bc1b1ef5084fd468594c8d.tar.bz2 |
Expose lookup method for parsable files
Diffstat (limited to 'lib/parse/findParsableFile.js')
-rw-r--r-- | lib/parse/findParsableFile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse/findParsableFile.js b/lib/parse/findParsableFile.js index 4434d64..51e2dd0 100644 --- a/lib/parse/findParsableFile.js +++ b/lib/parse/findParsableFile.js @@ -8,7 +8,7 @@ var parsers = require('../parsers'); @param {Book} book @param {String} filename - @return {Promise<>} + @return {Promise<File | Undefined>} */ function findParsableFile(book, filename) { var fs = book.getContentFS(); |