UNPKG

@joshfarrant/shortcuts-js

Version:
10 lines (9 loc) 259 B
import Variable from '../interfaces/Variable'; /** * Creates a Magic Variable to be used as action output. * * ```js * const magic = actionOutput('My Magic Variable'); * ``` */ export declare const actionOutput: (name?: string | undefined) => Variable;