RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Function interpolate

    • Interpolate variables in template string Example: interpolate("Hello {{name}}!", { name: "World" }) => "Hello World!"

      Parameters

      • template: string
      • variables: Record<string, any>

      Returns string