UNPKG
docx-templates-brandondr
Version:
latest (4.13.1-alpha)
4.13.1-alpha
4.13.0-alpha
4.12.2-alpha
4.12.1-alpha
Template-based docx report creation
github.com/guigrpa/docx-templates
brandondr/docx-templates
docx-templates-brandondr
/
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
>;