mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
import matchIt = require('match-it');
|
|
|
|
matchIt('Hello World!', /(World|Mars)/); // $ExpectType string[]
|