Installation
Add to a project
pnpm add tods-competition-factory
// - or -
yarn add tods-competition-factory
// -or -
npm i tods-competition-factory
Include in project
import * as factory from 'tods-competition-factory';
// - or -
const factory = require('tods-competition-factory');
Invoke a function
factory.askEngine.version();