Action Message Format (AMF) protocol realization for JS
npm install @biorate/amfAction Message Format (AMF3) protocol realization for JS
- Function is not supported
- XML is not supported
- ByteArray is not supported
- Dictionary is not supported
- Vectors is not supported
``ts
import { encode, decode } from '@biorate/amf';
const buffer = encode({ test: 1 }); //
console.log(decode(buffer)); // { test: 1 }
``
- Documentation can be found here - docs.
See the CHANGELOG
Copyright (c) 2021-present Leonid Levkin (llevkin)