# us-common-function

> Usung Common Functions

Latest version **1.0.7** (published 2019-07-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install us-common-function
pnpm add us-common-function
yarn add us-common-function
bun add us-common-function
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2019-07-25 |
| First published | 2019-07-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | usungsoft |
| Maintainers | usungsoft |
| Keywords | react-native-us-common-func |

## Links

- npm: https://www.npmjs.com/package/us-common-function
- Repository: https://github.com/usungsoft/react-native-us-common-func
- Homepage: https://github.com/usungsoft/react-native-us-common-func#readme
- Issues: https://github.com/usungsoft/react-native-us-common-func/issues
- npm.io page: https://npm.io/package/us-common-function

## Recent versions

- 1.0.7 (latest) — 2019-07-25
- 1.0.6 — 2019-07-23
- 1.0.5 — 2019-07-23
- 1.0.3 — 2019-07-23
- 1.0.2 — 2019-07-23
- 1.0.1 — 2019-07-22
- 1.0.0 — 2019-07-18

## README

### 유성소프트 React Native (TypeScript) or JavaScript 공통 함수입니다.

## jest [자바스크립트 단위테스팅]

- jest는 기본적으로 test.js로 끝나거나 test 디렉토리 안에 있는 파일들 모두 테스트 파일로 인식.
- test.js에 test('테스트 설명', () => {
  expect('검증 대상').toXxx('기대 결과');
  });
- 위와 같이 입력 후 터미널에 npm test 입력
- 만약 특정 테스트 파일만 실행하고 싶은 경우에는 npm test <파일명 이나 경로>를 입력
- https://gongzza.github.io/javascript/learning-typescript-with-jest/ 참고

## Functions

- 1.

## References

- Usung.project/Usung.ReactNative/document

## License

[MIT](LICENSE.txt) license.

---
_Source: https://npm.io/package/us-common-function · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
