source: node_modules/es-toolkit/dist/compat/predicate/isWeakSet.mjs@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Added visualizations

  • Property mode set to 100644
File size: 159 bytes
RevLine 
[a762898]1import { isWeakSet as isWeakSet$1 } from '../../predicate/isWeakSet.mjs';
2
3function isWeakSet(value) {
4 return isWeakSet$1(value);
5}
6
7export { isWeakSet };
Note: See TracBrowser for help on using the repository browser.