UNPKG

@types/travis-fold

Version:
26 lines (20 loc) 876 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/travis-fold/index.d.ts) ````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 .