@trkm/http-uuid-generate-v4-ts

0.0.1 • Public • Published

@trkm/http-uuid-generate-v4-ts

Generates a Version 4 uuid within a webpage by pulling the uuid generated by createObjectURL out of the url.

Features

  • 100% typescript.

Usage

uuidGenerateV4

uuidGenerateV4 generates a Version 4 uuid within a webpage by pulling the uuid generated by createObjectURL out of the url.

import uuidGenerateV4 from '@trkm/http-uuid-generate-v4-ts';
const uuidV4 = uuidGenerateV4();

Intent

  • No Emitted Javascript - The intent is to import this typescript library into a typescript project: compiling to Javascript occurring within the project.

Development

See the monorepo readme.

License

Licensed under MIT.

Package Sidebar

Install

npm i @trkm/http-uuid-generate-v4-ts

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.9 kB

Total Files

4

Last publish

Collaborators

  • erichosick