@bencapp3/react-native-static-server
Version:
Embedded HTTP server for React Native
9 lines • 389 B
TypeScript
/**
* If given `path` is relative, it returns the corresponding absolute path,
* resolved relative to the platform-specific base location for bundled assets;
* otherwise, it just returns given absolute path as is.
* @param path Absolute or relative path.
* @return Absolute path.
*/
export declare function resolveAssetsPath(path: string): string;
//# sourceMappingURL=utils.d.ts.map