(source: string)
| 28 | ); |
| 29 | |
| 30 | const getLess = (source: string): string => |
| 31 | prettier.format(source, {parser: 'less'}).trim(); |
| 32 | |
| 33 | const getSource = (source: string): string => |
| 34 | prettier |
no outgoing calls
no test coverage detected
searching dependent graphs…