UNPKG

@lando/drupal

Version:

A Lando plugin that provides a tight integration with Drupal.

6 lines (4 loc) 128 B
'use strict' const compare = require('./compare') const neq = (a, b, loose) => compare(a, b, loose) !== 0 module.exports = neq