10 lines
287 B
TypeScript
10 lines
287 B
TypeScript
// Types
|
|
export type { OtaSelectEntry, OtaData } from './types';
|
|
export { OtaImgState, OTA_STATE_NAMES } from './types';
|
|
|
|
// Constants
|
|
export { OTA_SELECT_ENTRY_SIZE, OTA_DATA_MIN_SIZE, DEFAULT_NUM_OTA_PARTITIONS } from './constants';
|
|
|
|
// Parser
|
|
export { parseOtaData } from './parser';
|