PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
class-validator
/
esm2015
/
utils
/** * Convert Map, Set to Array */ export function convertToArray(val) { if (val instanceof Map) { return Array.from(val.values()); } return Array.isArray(val) ? val : Array.from(val); } //# sourceMappingURL=convert-to-array.util.js.map
[-] convert-to-array.util.js
[edit]
[-] index.js.map
[edit]
[+]
..
[-] get-global.util.js.map
[edit]
[-] is-promise.util.js.map
[edit]
[-] get-global.util.js
[edit]
[-] is-promise.util.js
[edit]
[-] index.js
[edit]
[-] convert-to-array.util.js.map
[edit]