MiniMatch Ignore Path

node v4.9.1
version: 1.0.0
endpointsharetweet
const mm = require('minimatch'); const input = 'typings/main/thing/thing.d.ts'; const pattern = '!typings/**/*.ts'; mm(input, pattern);
Loading…

no comments

    sign in to comment