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

1.1.31 • Public • Published

Installation

npm install --save @types/succinct

Summary

This package contains type definitions for succinct (http://mikeking.io/succinct/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/succinct.

index.d.ts

/// <reference types="jquery" />

declare namespace JQuerySuccinct {
    interface Options {
        size?: number | undefined;
        omission?: string | undefined;
        ignore?: boolean | undefined;
    }
}

interface JQuery {
    succinct(settings?: JQuerySuccinct.Options): JQuery;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/jquery

Credits

These definitions were written by Matt Brooks.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/succinct

Weekly Downloads

2

Version

1.1.31

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types