import CheckResult from './CheckResult'; import check from './check'; // based on the the original work // here: https://github.com/gjgd/jsonld-checker // type signatures altered, support for JSON Schema added. export { CheckResult, check };