UNPKG

@levabala/react-native-uuid

Version:

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

2 lines (1 loc) 58 B
export declare const validate: (uuid: string) => boolean;