UNPKG
twing
Version:
2.x-latest (2.3.7)
latest (7.3.1)
next (4.0.0-beta.1)
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.2.0-beta.1
7.1.3
7.1.3-beta.1
7.1.2
7.1.1
7.1.1-beta.1
7.1.0
7.1.0-beta.2
7.1.0-beta.1
7.0.0
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
6.1.0
6.1.0-beta.2
6.1.0-beta.1
6.0.2
6.0.1
6.0.0
6.0.0-beta.1
6.0.0-beta.0
6.0.0-alpha.11
6.0.0-alpha.10
6.0.0-alpha.9
6.0.0-alpha.8
6.0.0-alpha.7
6.0.0-alpha.6
6.0.0-alpha.5
6.0.0-alpha.4
6.0.0-alpha.3
6.0.0-alpha.2
6.0.0-alpha.1
6.0.0-alpha.0
5.2.2
5.2.1
5.2.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-beta.1
4.0.0-beta.0
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.3.1
1.3.0
1.2.7
1.2.6
1.2.6-rc1
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-rc3
1.2.0-rc2
1.2.0-rc1
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.12.0
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
First-class Twig engine for Node.js
twing.nightlycommit.com
twing
/
dist
/
types
/
lib
/
node-executor
/
base.d.ts
4 lines
(3 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
import
type
{
TwingNodeExecutor
,
TwingSynchronousNodeExecutor
}
from
"../node-executor"
;
export
declare
const
executeBaseNode
:
TwingNodeExecutor
;
export
declare
const
executeBaseNodeSynchronously
:
TwingSynchronousNodeExecutor
;