Skip to content

Installation

@clxd/affer is natively packaged as an ES Module (ESM) and includes full, built-in TypeScript declaration types out of the box.

Install the package from the NPM registry into your project’s root folder using your preferred dependency manager:

Terminal window
pnpm add @clxd/affer@alpha

⚠️ Alpha Version Notice: Because the library is currently under active core development, using the @alpha tag is required to fetch the latest architectural updates from the registry.

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