@russian-state-library/js-marc-rsl
TypeScript icon, indicating that this package has built-in type declarations

1.1.23 • Public • Published

JS Mark

Simple Examples

import { Mark, Schema } from "js-mark";

Schema.load('path-to-your-schema/schema.json');

const errors = Mark.validate([
    {
        "code": "leader",
        "value": "value"
    },
    {
        "code": "001",
        "value": "value"
    },
]);

console.log(errors);

License

MIT

Package Sidebar

Install

npm i @russian-state-library/js-marc-rsl

Weekly Downloads

26

Version

1.1.23

License

MIT

Unpacked Size

1.4 MB

Total Files

38

Last publish

Collaborators

  • digital_goose
  • russian_state_library