UNPKG

code-story

Version:

Get your code activity log for standup from git

8 lines (7 loc) 212 B
import { ChalkFunction } from 'chalk'; declare type RenderParams = { chalk?: ChalkFunction; indent?: number; }; declare const render: (text: string, params?: RenderParams) => void; export default render;