UNPKG

nitro-codegen

Version:

The code-generator for react-native-nitro-modules.

4 lines (3 loc) 177 B
import type { HybridObjectSpec } from './HybridObjectSpec.js'; import type { Type } from './types/Type.js'; export declare function getAllTypes(spec: HybridObjectSpec): Type[];