UNPKG

@mint-ui/map

Version:

- React map library - Control various map with one interface - Google, Naver, Kakao map supported now - Typescript supported - Canvas marker supported

19 lines (12 loc) 397 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib = require('tslib'); function log(debug, label) { var args = []; for (var _i = 2; _i < arguments.length; _i++) { args[_i - 2] = arguments[_i]; } if (!debug) return; args && console.log.apply(console, tslib.__spreadArray(['[mint-map debug]', label || ''], args, false)); } exports.log = log;