7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import testInput from './testInput';
|
|
import testMax from './testMax';
|
|
import testNotBlank from './testNotBlank';
|
|
import testRange from './testRange';
|
|
|
|
export { testInput, testMax, testNotBlank, testRange };
|