mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
66d65c887c
* refactor: expose metro and remote config node apis * refactor: tighten public node api surface * refactor: tighten metro public type boundaries * refactor: normalize remote config public profile * refactor: make remote config parser library-owned * refactor: share remote config parsing primitives * refactor: avoid regex in base url normalization
7 lines
229 B
TypeScript
7 lines
229 B
TypeScript
export type {
|
|
RemoteConfigProfile,
|
|
RemoteConfigProfileOptions,
|
|
ResolvedRemoteConfigProfile,
|
|
} from './remote-config-schema.ts';
|
|
export { resolveRemoteConfigPath, resolveRemoteConfigProfile } from './remote-config-core.ts';
|