Skip to content

@technobuddha > library > String > Operations

Type Alias: FillTemplateOptions

ts
type FillTemplateOptions = {
  close?: string;
  open?: string;
};

Defined in: fill-template.ts:7

Options for the fillTemplate function

Properties

PropertyTypeDescriptionDefined in
close?stringThe closing field delimitersrc/fill-template.ts:11
open?stringThe opening field delimitersrc/fill-template.ts:9