UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

17 lines (13 loc) 250 B
/*! * @techmely/utils * Copyright(c) 2021-2024 Techmely <techmely.creation@gmail.com> * MIT Licensed */ import "./chunk-NYLAFCGV.mjs"; // src/isMap.ts function isMap(val) { return toString.call(val) === "[object Map]"; } export { isMap };