MCPcopy Create free account
hub / github.com/Effect-TS/effect / combine

Function combine

packages/effect/src/unstable/cli/internal/ansi.ts:77–77  ·  view source on GitHub ↗
(...styles: Array<string>)

Source from the content-addressed store, hash-verified

75}
76
77export const combine = (...styles: Array<string>): Array<string> => styles
78
79/** @internal */
80export const cursorTo = (column: number, row?: number): string => {

Callers 7

makeReducerFailFastFunction · 0.50
structureKeysFunction · 0.50
Hash.tsFile · 0.50
Stream.tsFile · 0.50
makeReducerFailFastFunction · 0.50
Record.tsFile · 0.50
makeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected