UNPKG

@fe-fast/code-sweeper

Version:

A lightweight JavaScript/TypeScript code cleaning tool

8 lines (6 loc) 127 B
// Test file for code-sweeper // This should be removed function testFunction() { return 'test'; } export { testFunction };