mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 14:58:14 -07:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import {YargsFactory} from './build/lib/yargs-factory';
|
|
|
|
declare const Yargs: ReturnType<typeof YargsFactory>;
|
|
|
|
export default Yargs;
|