@zetaraku/hello-npm
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@zetaraku/hello-npm

npm (scoped)

A test npm package :)

You can create one for yourself by following this instruction on npm. It's easy!

Installation

$ npm install @zetaraku/hello-npm

API

CommonJS

const { hello } = require('@zetaraku/hello-npm');

ES Module

import { hello } from '@zetaraku/hello-npm';

hello()

Print out Hello world! to the console.

Usage

hello();  // This prints the 'Hello world!' message to your console :D!

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @zetaraku/hello-npm

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    3.24 kB

    Total Files

    11

    Last publish

    Collaborators

    • zetaraku