/** * stUdLy cAPs, after emacs studly.el -- the commented line is just * to remind diehards how it *should* be done ;) * * @copyright (c) Nick Phillips * @license "Just for reference, you may do whatever you like with this file." * @author Aaron Wells */ /** * * @param {string} initialString */ export declare function studly(initialString: string): string;