Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/core-js-compat/targets-parser.js

    r59329aa re29cc2e  
    3131
    3232module.exports = function (targets) {
    33   if (typeof targets !== 'object' || Array.isArray(targets)) {
     33  if (typeof targets != 'object' || Array.isArray(targets)) {
    3434    targets = { browsers: targets };
    3535  }
     
    3939
    4040  if (browsers) {
    41     if (typeof browsers === 'string' || Array.isArray(browsers)) {
     41    if (typeof browsers == 'string' || Array.isArray(browsers)) {
    4242      list.push(...browserslist(browsers).map(it => it.split(' ')));
    4343    } else {
Note: See TracChangeset for help on using the changeset viewer.