UNPKG

@maserde/ut-client

Version:

Universitas Terbuka API Client

10 lines (9 loc) 210 B
import ELearning from "../core/elearning"; export class App { constructor() { } createElearning(options = {}) { return new ELearning(options); } } export const UT = App; export default App;