UNPKG
@monstermann/babel-plugin-match
Version:
latest (0.1.0)
0.1.0
0.0.0
Zero-runtime exhaustive pattern matching.
michaelostermann.github.io/match
MichaelOstermann/match
@monstermann/babel-plugin-match
/
dist
/
index.d.ts
7 lines
(5 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PluginObj
}
from
"@babel/core"
;
//#region src/index.d.ts
declare
function
export_default
(
):
PluginObj
;
//#endregion
export
{ export_default
as
default
};