@jtorm/title-method
v1.0.0
Published
jTorm Title Method
Downloads
92
Readme
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';
}