UNPKG

leetcode-fetcher-cli

Version:

A CLi Application for local fetching of leetcode problems

9 lines (6 loc) 118 B
#!/usr/bin/env node import * as app from './app' const main = async () => { await app.RunApp(); } main();