UNPKG

expo-modules-autolinking

Version:
9 lines (8 loc) 347 B
import type commander from 'commander'; /** * A cli command which: * - creates InlineModulesList.kt file * - mirrors directory structure of watched directories * - symlinks the original kotlin files in the new mirror directories. */ export declare function mirrorKotlinInlineModulesCommand(cli: commander.CommanderStatic): commander.Command;