UNPKG
@nodesecure/utils
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
NodeSecure utilities
github.com/NodeSecure/tree/master/workspaces/utils
NodeSecure/scanner
@nodesecure/utils
/
dist
/
taggedString.d.ts
4 lines
•
215 B
TypeScript
View Raw
1
2
3
4
export
declare
function
taggedString
(
strings
:
TemplateStringsArray
, ...
keys
: (
number
|
string
)[]
):
(
...
values
: (
string
|
number
| { [key:
string
]:
any
; })[]
) =>
string
;
//# sourceMappingURL=taggedString.d.ts.map