UNPKG

confluence-to-markdown

Version:
14 lines (6 loc) 185 B
class PageFactory Page = require './Page' constructor: (@formatter, @utils) -> create: (fullPath) -> new Page fullPath, @formatter, @utils module.exports = PageFactory