UNPKG

react-terminal

Version:

React component that renders a terminal

5 lines (4 loc) 134 B
export default class Utils { static splitStringAtIndex(value: string, index: number): string[]; static isMobile(): boolean; }