@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(); // "地獄の言葉"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    3
  • 0.1.0
    1

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