1.0.1 • Published 10 months ago

@flatfile/plugin-stored-constraints v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 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

10 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago