UNPKG

@loaders.gl/worker-utils

Version:

Utilities for running tasks on worker threads

11 lines 447 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors /** * NPM tag to use when loading modules from unpkg.com * 'beta' on beta branch, 'latest' on prod branch * @note Change between 'beta' and 'latest' depending on whether publishing alpha or prod releases * @todo - unpkg.com doesn't seem to have a `latest` specifier for alpha releases... */ export const NPM_TAG = 'latest'; //# sourceMappingURL=npm-tag.js.map