Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@marketto/belfiore-connector

Marketto769MIT3.0.0TypeScript support: included

Belfiore Abstract Connector & Typings

Belfiore

readme

belfiore-connector

Belfiore datasource abstract connector

NPM Version NPM Downloads LICENSE Blog Buy me a coffee

Abstract Class & Interfaces to tailor your own Belfiore Connector

🔌 INSTALLATION

NPM

`{r, engine='bash', global_install} npm i -s @marketto/belfiore-connector


### Script

```html
<script src="https://unpkg.com/@marketto/belfiore-connector/dist/belfiore-connector.bundle.min.js"></script>

🔧 USAGE

CJS

const BelfioreAbstractConnector = require("@marketto/belfiore-connector");

MJS & TypeScript

import { BelfioreAbstractConnector } from "@marketto/belfiore-connector";

📖 DOCUMENTATION

JsDocs @ GitHub Pages

📙 CHANGELOG

🔃 Compatibility

  • <input checked="" disabled="" type="checkbox"> NodeJs
  • <input checked="" disabled="" type="checkbox"> Chrome
  • <input checked="" disabled="" type="checkbox"> Firefox
  • <input checked="" disabled="" type="checkbox"> Edge

📜 LICENSE: MIT

📝 AUTHOR

Marco Ricupero

changelog

CHANGELOG

3.0.0 (2024-09-19)

  • Removed moment as dependency
  • Removed Momoment from type MultiFormatDate
  • Used semantic versioning to prevent compatibility issues

2.0.0 (2024-08-20)