@types/use-ackee
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

Installation

npm install --save @types/use-ackee

Summary

This package contains type definitions for use-ackee (https://github.com/electerious/use-ackee).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/use-ackee.

index.d.ts

import { TrackingOptions } from "ackee-tracker";

interface ServerDetails {
    server: string;
    domainId: string;
}

declare function useAckee(pathname: string | null, server: ServerDetails, opts?: TrackingOptions): void;

declare namespace useAckee {
    function useAckee(pathname: string | null, server: ServerDetails, opts?: TrackingOptions): void;
}

export = useAckee;

Additional Details

Credits

These definitions were written by Spencer Elliott, and Pablo Sáez.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/use-ackee

Weekly Downloads

92

Version

2.0.3

License

MIT

Unpacked Size

3.6 kB

Total Files

5

Last publish

Collaborators

  • types