UNPKG

react-native-uuid

Version:

react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.

2 lines (1 loc) 79 B
export declare const unparse: (buf: Array<number>, offset?: number) => string;