UNPKG

@temporalio/workflow

Version:
6 lines (4 loc) 222 B
import { assertInWorkflowContext } from './global-attributes'; export function currentRandom(): number { return assertInWorkflowContext('Workflow random APIs may only be used from workflow context.').currentRandom(); }