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

0.1.3 • Public • Published

Installation

npm install --save @types/coverup

Summary

This package contains type definitions for coverup (https://github.com/jsonmaur/coverup).

Details

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

index.d.ts

export as namespace Coverup;

export = coverup;

declare function coverup(value: string, options?: coverup.Options): string;

declare namespace coverup {
    interface Options {
        char?: string | undefined;
        keepLeft?: number | undefined;
        keepRight?: number | undefined;
        compactTo?: number | undefined;
        keepSymbols?: boolean | undefined;
    }
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Vadim Belorussov.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.314ts5.6
0.1.314latest
0.1.314ts4.5
0.1.314ts4.6
0.1.314ts4.7
0.1.314ts4.8
0.1.314ts4.9
0.1.314ts5.0
0.1.314ts5.1
0.1.314ts5.2
0.1.314ts5.3
0.1.314ts5.4
0.1.314ts5.5
0.1.314ts5.7
0.1.110ts3.6
0.1.110ts3.7
0.1.110ts3.8
0.1.110ts3.9
0.1.110ts4.0
0.1.110ts4.1
0.1.110ts4.2
0.1.110ts4.3
0.1.110ts4.4
0.1.07ts2.0
0.1.07ts2.1
0.1.07ts2.2
0.1.07ts2.3
0.1.07ts2.4
0.1.07ts2.5
0.1.07ts2.6
0.1.07ts2.7
0.1.07ts2.8
0.1.07ts2.9
0.1.07ts3.0
0.1.07ts3.1
0.1.07ts3.2
0.1.07ts3.3
0.1.07ts3.4
0.1.07ts3.5

Version History

VersionDownloads (Last 7 Days)Published
0.1.314
0.1.214
0.1.110
0.1.07

Package Sidebar

Install

npm i @types/coverup

Weekly Downloads

45

Version

0.1.3

License

MIT

Unpacked Size

3.29 kB

Total Files

5

Last publish

Collaborators

  • types