UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

8 lines (5 loc) 215 B
// @ts-ignore import webcrypto from 'isomorphic-webcrypto/src/react-native' webcrypto.ensureSecure() export const subtle = webcrypto.subtle export const getRandomValues = webcrypto.getRandomValues.bind(webcrypto)