sejm-calculator/src/index.ts

7 wiersze
159 B
TypeScript
Czysty Zwykły widok Historia

2019-08-29 17:07:09 +00:00
import {helloworld} from './const';
import './styles.css';
const sayHelloworld = (helloworld: string) => console.log(helloworld);
sayHelloworld(helloworld);