UNPKG

robots-txt-parser

Version:

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

10 lines (9 loc) 132 B
module.exports = ` User-agent: * Allow: /travel Allow: /weatherwatchers Allow: /music/ Allow: /news/ Allow: /test/ Allow: /harp/ `;