UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

11 lines (10 loc) 366 B
import UpstreamFileStore from '@expo/metro/metro-cache/stores/FileStore'; export declare function tryRenameAndDeleteAsync(root: string): boolean; export declare class FileStore<T> extends UpstreamFileStore<T> { private readonly _root; constructor(options: { root: string; }); set(key: Buffer, value: any): Promise<void>; clear(): void; }