UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

4 lines (3 loc) 134 B
export const getObjectKeys = <T extends object>( inputObject: T, ): Array<keyof T> => Object.keys(inputObject) as Array<keyof T>;