1.1.31 • Published 6 months ago

@types/succinct v1.1.31

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/succinct

Summary

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

Details

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

index.d.ts

// Type definitions for jQuery Succinct v1.1.0
// Project: http://mikeking.io/succinct/
// Definitions by: Matt Brooks <https://github.com/EnableSoftware>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <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: Fri, 02 Jul 2021 22:33:09 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by Matt Brooks.

1.1.30

7 months ago

1.1.31

6 months ago

1.1.29

3 years ago

1.1.28

7 years ago

1.1.27

8 years ago

1.1.26

8 years ago

1.1.25-alpha

8 years ago

1.1.24-alpha

8 years ago

1.1.23-alpha

8 years ago

1.1.22-alpha

8 years ago

1.1.21-alpha

8 years ago

1.1.20-alpha

8 years ago

1.1.19-alpha

8 years ago

1.1.14-alpha

8 years ago

1.1.13-alpha

8 years ago