Package Exports
- law-kr
- law-kr/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 (law-kr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
law-kr
Korean Law Library (KR) - 한국 법률 라이브러리
⚠️ 이 패키지는 **korea-law**의 wrapper입니다. 모든 기능은 korea-law에서 제공됩니다.
Installation
npm install law-krUsage
const law = require('law-kr');
// korea-law의 모든 기능 사용 가능
const { findLawByName, findArticle, verifyPrecedentExists } = law;
// 법령 조회
const lawData = findLawByName('근로기준법');Main Package
핵심 패키지: korea-law
License
MIT