sejm-calculator/src/index.ts

7 wiersze
159 B
TypeScript

import {helloworld} from './const';
import './styles.css';
const sayHelloworld = (helloworld: string) => console.log(helloworld);
sayHelloworld(helloworld);