UNPKG
@realm/babel-plugin
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.1
Babel plugin making it easier to declare your Realm schema
@realm/babel-plugin
/
dist
/
plugin
/
index.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
{
PluginObj
,
PluginPass
}
from
"@babel/core"
;
export
default
function
(
):
PluginObj
<
PluginPass
>;