@shimataro/hell-word

0.2.0 • Public • Published

hell, word

CJS / ES Modules / Babel 対応パッケージの例

インストール

npm install @shimataro/hell-word

使い方

CJS

const {default: foo, bar} = require("@shimataro/hell-word");

foo(); // "hell, word"
bar(); // "地獄の言葉"

ES Modules(.mjs) / Babel

import foo, {bar} from "@shimataro/hell-word";

foo(); // "hell, word"
bar(); // "地獄の言葉"

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @shimataro/hell-word

    Weekly Downloads

    4

    Version

    0.2.0

    License

    none

    Unpacked Size

    131 kB

    Total Files

    8

    Last publish

    Collaborators

    • shimataro