5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import Module from '../Module';
|
|
export default function getIndentString(modules: Module[], options: {
|
|
indent?: boolean;
|
|
}): string;
|