function learn
learn(options?: LearnOptions): Promise<LearnResult>

Display methodology and standards information dynamically from YAML

Parameters

optional
options: LearnOptions

Return Type

Promise<LearnResult>

Usage

import { learn } from ".";