1.0.1 • Published 12 months ago

@flatfile/plugin-stored-constraints v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

@flatfile/plugin-stored-constraints

The @flatfile/plugin-stored-constraints plugin enables running stored constraints.

Event Type: listener.on('commit:created')

Installation

npm i @flatfile/plugin-stored-constraints

Usage

import type { FlatfileListener } from "@flatfile/listener";
import { storedConstraint } from '@flatfile/plugin-stored-constraints'

export default function (listener: FlatfileListener) {
  listener.use(storedConstraint())
}
1.0.1

12 months ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago