markmv - v1.26.2
    Preparing search index...

    Function testAutoExposure

    • Test function to demonstrate auto-exposure pattern

      Parameters

      • input: string

        The input message to echo

      Returns Promise<{ message: string; timestamp: string; success: boolean }>

      Promise resolving to echo result

        import { testAutoExposure } from 'markmv';

      const result = await testAutoExposure('Hello World');
      console.log(result.message); // "Echo: Hello World"