UNPKG
@inversifyjs/reflect-metadata-utils
Version:
beta (1.5.0-beta.0)
latest (1.5.0)
1.5.0
1.5.0-beta.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Reflect metadata utils
inversify.io
inversify/monorepo
@inversifyjs/reflect-metadata-utils
/
lib
/
reflectMetadata
/
utils
/
updateSetMetadataWithList.js
9 lines
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
function
updateSetMetadataWithList
(
metadataList
) {
return
(
setMetadata
) =>
{
for
(
const
item
of
metadataList) { setMetadata.
add
(item); }
return
setMetadata; }; }
//# sourceMappingURL=updateSetMetadataWithList.js.map