Package Exports
- boundless-utils-uuid
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (boundless-utils-uuid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
uuid
Generates a unique ID. Adds a prefix so it is suitable for use as an HTML ID.
Based on this algorithm.
Installation
npm i boundless-utils-uuid --save
Then use it like:
/** @jsx createElement */
import uuid from 'boundless-utils-uuid';
uuid(); // b-1f2cd27f-0754-4344-9d20-436a201b2f80