UNPKG

gdal-async

Version:

Bindings to GDAL (Geospatial Data Abstraction Library) with full async support

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