@jtorm/title-method
v1.0.0
Published
jTorm Title Method
Downloads
8
Readme
jTorm Title Method
Sets title of HTML document.
Install
npm install @jtorm/title-methodProperties
| Option | Type | Required | Description |
|--------|------------|----------|-------------|
| t | string | true | Title. |
Example
->title {
t: 'Page';
}