UNPKG

robots-txt-parser

Version:

A lightweight robots.txt parser for Node.js with support for wildcards, caching and promises.

4 lines (2 loc) 85 B
const Robots = require('./robots.js'); module.exports = (opts) => new Robots(opts);