Package Exports
- @racgoo/scry
- @racgoo/scry/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@racgoo/scry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tracer
TypeScript 유틸리티 라이브러리입니다.
설치
npm install tracer
사용 방법
import { someFunction } from "tracer";
// 사용 예시
개발
# 의존성 설치
npm install
# 빌드
npm run build
# 테스트 실행
npm test
# 린트 실행
npm run lint
라이선스
MIT