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

0.1.2 • Public • Published

Installation

npm install --save @types/html5-history

Summary

This package contains type definitions for html5-history (https://github.com/Raynos/html5-history).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html5-history.

index.d.ts

export function init(options?: any): boolean;
export function getState(friendly?: any, create?: any): any;
export function getCurrentIndex(): number;
export function getStateByIndex(index: number): any;
export function getHash(doc: any): any;
export function unescapeHash(hash: any): any;
export function normalizeHash(hash: any): any;
export function setHash(hash: any, queue: any): boolean;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Akash Vishwakarma.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/html5-history

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • types