JSPM

bpmnlint-utils

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14784
  • Score
    100M100P100Q138862F
  • License MIT

Utilities for creating bpmnlint rules

Package Exports

  • bpmnlint-utils

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 (bpmnlint-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bpmnlint-utils

Build Status

Utilities for creating bpmnlint rules.

Usage

import {
  is,
  isAny
} from 'bpmnlint-utils';

is(moddleElement, 'bpmn:ServiceTask'); // true || false
isAny(moddleElement, [ 'bpmn:Task', 'bpmn:Event' ]); // true || false

License

MIT