Ignore:
Timestamp:
01/21/25 03:08:24 (3 days 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-bigint/index.js

    r0c6b92a r79a0317  
    55if (hasBigInts) {
    66        var bigIntValueOf = BigInt.prototype.valueOf;
     7        /** @type {(value: object) => value is BigInt} */
    78        var tryBigInt = function tryBigIntObject(value) {
    89                try {
     
    1415        };
    1516
     17        /** @type {import('.')} */
    1618        module.exports = function isBigInt(value) {
    1719                if (
     
    3335        };
    3436} else {
     37        /** @type {import('.')} */
    3538        module.exports = function isBigInt(value) {
    3639                return false && value;
Note: See TracChangeset for help on using the changeset viewer.