UNPKG

node-red-contrib-web-worldmap

Version:

A Node-RED node to provide a web page of a world map for plotting things on.

7 lines (6 loc) 157 B
/// <reference types="node" /> import { randomUUID } from 'crypto'; declare const _default: { randomUUID: typeof randomUUID; }; export default _default;