recerc
v0.1.0
Published
Official Recerc JavaScript package placeholder for the upcoming public SDK.
Downloads
101
Readme
recerc
Official Recerc JavaScript package placeholder for the upcoming public SDK.
Why this package exists
This package is intentionally minimal so the recerc npm name can be claimed
before the full public SDK is published.
Current API
import recerc, { getPackageMetadata, name, version } from "recerc";
console.log(recerc);
console.log(name, version);
console.log(getPackageMetadata());Publish
npm publish