UNPKG

expo-modules-autolinking

Version:
3 lines (2 loc) 142 B
/** Check if a path is potentially a native module */ export declare function isNativeModuleAsync(maybeModulePath: string): Promise<boolean>;