6 lines
117 B

import * as Material from './Material';
export function Something() {
console.log(Material);
return 'Something';
}