README
this is a test package
install
npm i @bfbrmt/mypackage01
usage
import test from '@bfbrmt/mypackage01'
test.test();
test.hello("huang");
my first package. test.
<script type="module">
import bfbrmtMypackage01 from 'https://cdn.skypack.dev/@bfbrmt/mypackage01';
</script>
npm i @bfbrmt/mypackage01
import test from '@bfbrmt/mypackage01'
test.test();
test.hello("huang");