UNPKG

smart-column-indenter

Version:

A smart source code indenter that indent the code into columns

6 lines (3 loc) 114 B
import Token from './Token'; type LineOfCode<TokenType extends Token> = TokenType[]; export default LineOfCode;