// Type definitions for to-title-case // Project: https://github.com/gouch/to-title-case // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/borisyankov/DefinitelyTyped interface String { toTitleCase(): string; }