ohctechv3/.svn/pristine/f0/f08f80422ad5eb129a5ad32e3a5f34da50550091.svn-base

3 lines
127 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
export default function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure " + obj);
}