UNPKG

code-story

Version:

Get your code activity log for standup from git

4 lines (3 loc) 153 B
import { TextEntity } from 'src/constants'; declare const chalkTextEntity: (entity: TextEntity, text: string) => string; export default chalkTextEntity;