UNPKG

react-native-uuid

Version:

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

2 lines (1 loc) 91 B
export declare const parse: (s: string, buf?: Array<number>, offset?: number) => number[];