UNPKG

@pratikpc/aguid

Version:

A Standard-Compliant Globally Unique IDentifier (GUID) generator for Node.js and Browser. Fork of guid

2 lines (1 loc) 52 B
export default function guid(str?: string): string;