Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-define-property/test/index.js
r0c6b92a r79a0317 11 11 t.equal(typeof $defineProperty, 'function', 'defineProperty is supported'); 12 12 if ($defineProperty && gOPD) { // this `if` check is just to shut TS up 13 /** @type {{ a: number, b?: number, c?: number }} */ 13 14 var o = { a: 1 }; 14 15
Note:
See TracChangeset
for help on using the changeset viewer.