expo
Version:
9 lines • 334 B
TypeScript
/**
* Registry to handle import.meta functionality for React Native environment
* Similar to how it works in the web, but adapted for the RN context
* https://github.com/wintercg/import-meta-registry
*/
export declare const ImportMetaRegistry: {
readonly url: string | null;
};
//# sourceMappingURL=ImportMetaRegistry.d.ts.map