0.1.3 • Published 7 months ago

@types/coverup v0.1.3

Weekly downloads
14
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for coverup 0.1
// Project: https://github.com/jsonmaur/coverup
// Definitions by: Vadim Belorussov <https://github.com/bevalorous>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 09:08:18 GMT
  • Dependencies: none
  • Global values: Coverup

Credits

These definitions were written by Vadim Belorussov.