@abardach/myfirstpackage

Write to the console

Usage no npm install needed!

<script type="module">
  import abardachMyfirstpackage from 'https://cdn.skypack.dev/@abardach/myfirstpackage';
</script>

README

ACE first npm package

This package writes to the console with ACE prefix

Installation

npm install @abardach/myfirstpackage

Usage

import AceConsoleLogFunc from '@abardach/myfirstpackage'

AceConsoleLogFunc('word') # writes to the console: 'This is printed from ACE npm first package: words'