import { MyLibrary } from './MyLibrary'; const myLibrary = new MyLibrary(); const result = myLibrary.executeDependency(); console.log(`A random number ${result}`);