1.0.3 β€’ Published 2 years ago

marco-ts-module v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

πŸš€ npm λ°œν–‰

  • μ„€μΉ˜
npm install marco-ts-module
  • μ‹€ν–‰
import _ from "marco-ts-module";

_.isNull(null); // true

_.pick({'a': 1, 'b': 2, 'c': 3}, ['a','c']) // {'a':1, 'c':3}

https://www.npmjs.com/package/marco-ts-module

✍️ ν…ŒμŠ€νŠΈ μ‹€ν–‰

  • νƒ€μž… μ„ μ–Έ ν…ŒμŠ€νŠΈ
npm run test:type
  • API ν…ŒμŠ€νŠΈ
npm run test:api
  • 전체(νƒ€μž…μ„ μ–Έ, API) ν…ŒμŠ€νŠΈ
npm run test:all
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago