UNPKG

@skbkontur/storybook-addon-live-examples

Version:

Storybook live examples plugin

14 lines (13 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uniqId = void 0; var uniqId = function () { var id = 0; return function () { id += 1; return id; }; }(); exports.uniqId = uniqId;