Skip to content

Latest commit

History

History
29 lines (19 loc) 路 458 Bytes

index.md

File metadata and controls

29 lines (19 loc) 路 458 Bytes

Table of contents

index.ts

Functions

renderToString

function renderToString(template: string, locals: object): string;

Parameters

Name Type
template string
locals object

Return type

string