1.0.0 • Published 9 months ago
@jtorm/title-method v1.0.0
jTorm Title Method
Sets title of HTML document.
Install
npm install @jtorm/title-method
Properties
Option | Type | Required | Description |
---|---|---|---|
t | string | true | Title. |
Example
->title {
t: 'Page';
}
Sets title of HTML document.
npm install @jtorm/title-method
Option | Type | Required | Description |
---|---|---|---|
t | string | true | Title. |
->title {
t: 'Page';
}