mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* [picomatch] Add basic types. * [picomatch] Fix some lint issues. * Update github link for definition author.
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
import pm = require('picomatch');
|
|
|
|
// main function
|
|
const isMatch = pm('*.!(*a)');
|