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

0.1.3 • Public • Published

Installation

npm install --save @types/travis-fold

Summary

This package contains type definitions for travis-fold (https://github.com/macbre/travis-fold).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/travis-fold.

index.d.ts

export function start(group: string): string;
export function end(group: string): string;
export function wrap(group: string, content: string): string;
export function pushStart(ret: string[], group: string): void;
export function pushEnd(ret: string[], group: string): void;
export function isTravis(): boolean;

Additional Details

  • Last updated: Mon, 01 Jan 2024 15:06:58 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/travis-fold

Weekly Downloads

221

Version

0.1.3

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types