Ignore:
Timestamp:
01/21/25 03:08:24 (2 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/is-array-buffer/test/index.js

    r0c6b92a r79a0317  
    2424
    2525        t.test('actual ArrayBuffer instances', { skip: typeof ArrayBuffer === 'undefined' }, function (st) {
    26                 // @ts-expect-error TS grumbles about 0 args
    2726                var ab = new ArrayBuffer();
    2827                st.equal(isArrayBuffer(ab), true, inspect(ab) + ' is an ArrayBuffer');
Note: See TracChangeset for help on using the changeset viewer.