All tests are passing. Removed the HTML docs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
if (typeof <%= get %> !== 'object' && typeof <%= get %> !== 'undefined') {
|
||||
if (typeof <%= get %> !== 'object' && <%= get %>) {
|
||||
<%= set %> = '' + <%= get %>;
|
||||
} else {
|
||||
throw new TypeError('Invalid <%= name %>: ' + <%= get %> + ' should be a string.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user