UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

4 lines (3 loc) 155 B
import { type ActionDefinition } from '@appsemble/types'; export declare const allActions: Set<string>; export type ActionName = ActionDefinition['type'];