Skip to content

v1.2.1

Compare
Choose a tag to compare
@lolu-sholar lolu-sholar released this 18 Apr 15:00
· 3 commits to master since this release

What changed?

  • Added both esm and commonjs support

ESM

import { SyntaxeIO } from 'syntaxe-express';

CommonJs

const { SyntaxeIO } = require('syntaxe-express');