Module to process expressions in map style. Based on the code for expressions processing in maplibre-gl-js (an open-source fork of mapbox-gl-js, before their switch to a non-OSS license in December 2020.)
$ npm install --save @mapwhit/style-specimport { createExpression } from '@mapwhit/style-spec';
const expression = createExpression();BSD-3-Clause © Natalia Kowalczyk