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