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
/
index.d.ts
7 lines
(6 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
createReport
from
'./main'
;
export
{ listCommands, getMetadata }
from
'./main'
;
export
*
from
'./errors'
;
import
type
{
QueryResolver
}
from
'./types'
;
export
{ createReport,
QueryResolver
};
export
default
createReport;