mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Type definitions and testsfor to-title-case-gouch
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
import fs = require('fs');
|
||||
|
||||
fs.readFile('to-title-case.min.js', 'utf-8', function(err: any, code: string) {
|
||||
fs.readFile('to-title-case.js', 'utf-8', function(err: any, code: string) {
|
||||
eval(code);
|
||||
var lowerCase: string = 'this title is in lowercase and will be title case';
|
||||
console.log(lowerCase.toTitleCase()); // Now in title case.
|
||||
Reference in New Issue
Block a user