Gazebo_simulation-Frontend/node_modules/@redux-saga/symbols/index.d.ts
2020-12-21 10:29:31 -05:00

12 lines
345 B
TypeScript

export const CANCEL: string
export const CHANNEL_END_TYPE: string
export const IO: string
export const MATCH: string
export const MULTICAST: string
export const SAGA_ACTION: string
export const SAGA_LOCATION: string
export const SELF_CANCELLATION: string
export const TASK: string
export const TASK_CANCEL: string
export const TERMINATE: string