1.0.8 • Published 10 months ago

test-package-by-codeing999 v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Installation

Using npm:

$ npm install test-package-by-codeing999

Usage

you can import this package using require:

const { add, subtract } = require("test-package-by-codeing999");

Example

const { add, subtract } = require("test-package-by-codeing999");

add(5, 3); // 5+3의 결과는 8입니다.
subtract(10, 6); // 10-6의 결과는 4입니다.

For Me

  • 패키지를 import로 사용할 수 있게 하려면
    • 해당 패키지가 CommonJS형태가 아닌 ES6 모듈 형태로 제공되어야 한다. (package.json에 "type": "module" 필드가 설정되어 있어야 함)
    • Node.js 환경이 ES6 모듈을 지원해야 한다. Node.js v12 이상의 버전에서는 기본적으로 ES6 모듈이 지원된다.
  • 왜 1.0.6이 올라가 있는데 1.0.6이 없다면서 설치가 안될까?
1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago