mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-06 23:23:24 +02:00
9 lines
194 B
C#
9 lines
194 B
C#
using HandlebarsDotNet;
|
|
|
|
namespace WireMock.Transformers.Handlebars
|
|
{
|
|
interface IHandlebarsContext : ITransformerContext
|
|
{
|
|
IHandlebars Handlebars { get; set; }
|
|
}
|
|
} |