UNPKG
docx-templates
Version:
latest (4.15.0)
4.15.0
4.14.1
4.14.0
4.13.0
4.12.0
4.11.5
4.11.4
4.11.3
4.11.2
4.11.1
4.11.0
4.10.0
4.9.2
4.9.1
4.9.0
4.8.2
4.8.1
4.8.0
4.7.0
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.1.1
3.1.0
3.0.0
2.10.0
2.9.1
2.9.0
2.9.0-rc.1
2.9.0-rc.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
Template-based docx report creation
github.com/guigrpa/docx-templates
guigrpa/docx-templates
docx-templates
/
lib
/
jsSandbox.d.ts
3 lines
(2 loc)
•
163 B
TypeScript
View Raw
1
2
3
import
{
ReportData
,
Context
}
from
'./types'
;
export
declare
function
runUserJsAndGetRaw
(
data
:
ReportData
|
undefined
,
code
:
string
,
ctx
:
Context
):
Promise
<
any
>;