@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
| Property | Type | Description | Defined in |
|---|---|---|---|
close? | string | The closing field delimiter | src/fill-template.ts:11 |
open? | string | The opening field delimiter | src/fill-template.ts:9 |