UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

2 lines 103 B
export const wait = (ms) => new Promise((res) => setTimeout(res, ms)); //# sourceMappingURL=wait.js.map