UNPKG

code-story

Version:

Get your code activity log for standup from git

5 lines (4 loc) 73 B
/** * Trim string */ export declare const trim: (x: string) => string;