UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
lib
/
types
/
utils
/
exten.d.ts
3 lines
•
199 B
TypeScript
View Raw
1
2
3
import
{
Context
,
Extensions
}
from
"../lib"
;
export
declare
function
generateExtens
(
context
:
Context
,
extenType
:
string
,
extensions
:
Array
<
Extensions
>
):
string
[];
//# sourceMappingURL=exten.d.ts.map