6 lines
87 B
JavaScript

export const clean = () => {
// clean something
};
export const baseData = 10;