README
ts-npm-module-hello-world
Overview
Example of how to integrate typescript modules into your workflow.
prerequisites
You need typescript installed.
npm install -g typescript
how to use it
tbc
This is a simple function to demonstate how to use the benefits of typescript when developing and consuming node modules. do not install this, you need to install the consumer module ts-npm-module-hello-major-tom
<script type="module">
import tsNpmModuleHelloWorld from 'https://cdn.skypack.dev/ts-npm-module-hello-world';
</script>
Example of how to integrate typescript modules into your workflow.
You need typescript installed.
npm install -g typescript
tbc