@react-native-ohos/react-native-get-random-values
Version:
This project is based on [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values)
15 lines (10 loc) • 322 B
text/typescript
/**
* This code was generated by "react-native codegen-lib-harmony"
*/
import { Tag } from "@rnoh/react-native-openharmony/ts"
export namespace GetRandomValuesNativeModule {
export const NAME = 'GetRandomValuesNativeModule' as const
export interface Spec {
getRandomBase64(byteLength: number): void;
}
}