UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 245 B
/** * Turn first letter in the string to capital * @example "text" will become "Text" * @param {string} string * @returns {string} */ export function string_capitalize(string: string): string; //# sourceMappingURL=string_capitalize.d.ts.map