UNPKG

vite-vanilla-ts-module

Version:

<p align="center"> <img alt="license" src="https://img.shields.io/github/license/entwurfhaus/vite-vanilla-ts-module?style=flat-square" /> <img alt="release" src="https://img.shields.io/github/v/tag/entwurfhaus/vite-vanilla-ts-module?label=release&

8 lines (7 loc) 167 B
/** * Provide a name, to say hello to. * * @param {string} name * @returns {string} Hello, Brian! */ export declare const hello: (name: string) => string;