Back to home
Version: 0.0.1
Last Updated: Unknown
Requires name.
name
1/**2 * <%= whatever %> helper function.3 * 4 * @returns {void} undefined response5 */6export const <%= whatever %> = (): void => {7 console.log(`Ready for <%= whatever %>`)8}