index.ts 100 B

123456
  1. export function getNativeModule(): null {
  2. return null
  3. }
  4. const stub: any = {}
  5. export default stub