5 lines
134 B
TypeScript
Executable file
5 lines
134 B
TypeScript
Executable file
import {YargsFactory} from './build/lib/yargs-factory';
|
|
|
|
declare const Yargs: ReturnType<typeof YargsFactory>;
|
|
|
|
export default Yargs;
|