UNPKG

@react-gnome/core

Version:

## Getting Started

8 lines (7 loc) 127 B
// src/utils/app-id-to-path.ts var appIDToPath = (appID) => { return appID.replace(/\./g, "/"); }; export { appIDToPath };