// this file exists to simply be able to switch to it // whenever doubts or checks around performance are meant // or whenever debugging is needed to see if its this module // fault if something goes "bananas" export const typedSet = () => Set; export const typedWeakSet = () => WeakSet; export const typedMap = () => Map; export const typedWeakMap = () => WeakMap;