UNPKG
narraleaf
Version:
alpha (0.0.8-alpha.4)
beta (0.1.0-beta.1)
latest (0.1.1)
0.1.1
0.1.0
0.1.0-beta.1
0.0.8-alpha.4
0.0.8-alpha.3
0.0.8-alpha.2
0.0.8-alpha.1
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-alpha.1
0.0.1
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Create your visual novel with Electron and React
narraleaf
/
dist
/
core
/
build
/
renderer
/
babel.d.ts
15 lines
(14 loc)
•
343 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
WebpackModule
}
from
"../../build/webpack"
;
export
declare
class
Babel
extends
WebpackModule
{
useReact
:
boolean
;
test
:
RegExp
;
exclude
:
RegExp
;
constructor
(
useReact
:
boolean
);
getLoader
(): {
loader
:
string
;
options
: {
presets
:
string
[]; }; };
getPresets
():
string
[]; }