BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-08-09 18:19:05 +02:00
parent b9791c9df4
commit 4d3e1ddf9f
13 changed files with 12331 additions and 2439 deletions

View File

@@ -1,4 +1,4 @@
// third party scope
import matcher from 'matcher';
import * as matcher from 'matcher';
export { matcher };