UNPKG
@incodelang/templates
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Server for storing templates
@incodelang/templates
/
types
/
module
/
templates.d.ts
5 lines
(4 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
declare
function
_exports
(
options
?: { app:
any
; }
):
void
;
export
= _exports;