@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.

/@types/coverup/

    Package Sidebar

    Install

    npm i @types/coverup

    Weekly Downloads

    11

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    3.29 kB

    Total Files

    5

    Last publish

    Collaborators

    • types