Installation
@clxd/affer is natively packaged as an ES Module (ESM) and includes full, built-in TypeScript declaration types out of the box.
Package Managers
Section titled “Package Managers”Install the package from the NPM registry into your project’s root folder using your preferred dependency manager:
pnpm add @clxd/affer@alphanpm i @clxd/affer@alphayarn add @clxd/affer@alpha⚠️ Alpha Version Notice: Because the library is currently under active core development, using the
@alphatag is required to fetch the latest architectural updates from the registry.
Basic Import
Section titled “Basic Import”Verify that your project bundler is resolving the package correctly by running a basic sanity check on the global Ticker instance:
import { Ticker } from "@clxd/affer";
console.log(Ticker); // Native global Ticker instance hook