| 123456789101112131415 |
- const getAttribute = require("./get-attribute");
- const findTagByName = require("./find-tag-by-name");
- const findTagsByName = require("./find-tags-by-name");
- const findTagByPath = require("./find-tag-by-path");
- const findTagsByPath = require("./find-tags-by-path");
- const removeComments = require("./remove-comments");
- module.exports = {
- getAttribute,
- findTagByName,
- findTagsByName,
- findTagByPath,
- findTagsByPath,
- removeComments
- };
|