index.js (3 lines of code) (raw):

/* * htl-parser 1.0.0 * Copyright (c) 2018 * https://github.com/DeloitteDigitalAPAC/htl-parser/ * Licensed under the BSD 3-Clause license. */ 'use strict'; const parser = require('./dist/parser'); module.exports = {parser};