UNPKG

nitro-codegen

Version:

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

10 lines (7 loc) 254 B
import type { Platform } from '../getPlatformSpecs.js' import type { SourceFile } from '../syntax/SourceFile.js' type AutolinkingFile = Omit<SourceFile, 'language'> export interface Autolinking { platform: Platform sourceFiles: AutolinkingFile[] }