@tim_vesputi/tinytestpkg
v2.0.4
Published
Print Vesputi rules!
Downloads
2
Readme
@tim_vesputi/tinytestpkg
(https://github.com/TimKrusch/tinytestpkg)
It's tiny npm package test :) Prints "Vesputi rules!"
Install
$ npm install @tim_vesputi/tinytestpkg
$ yarn add @tim_vesputi/tinytestpkg
Usage
const tinytestpkg = require("@tim_vesputi/tinytestpkg");
//react
import tinytestpkg from "@tim_vesputi/tinytestpkg";
tinytestpkg();
//=> "Vesputi rules!"