UNPKG

@levabala/react-native-uuid

Version:

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

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