1.0.1 • Published 6 years ago

path-ignore v1.0.1

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

ignore util

usage

const pathIgnore = require('path-ignore');
const test = pathIgnore(['/foo', '/bar']);

api

  • authIgnore

    • params

      • rules: An Express-style string, an array of strings, or a regular expression.
    • return a tester function