Closed kevinleung23 closed 5 years ago
Adding JSDocs to wolf runner. Runner is exported as run.
run
Expected usage:
const import * as wolf from 'wolf-core' const result = wolf.run<T>()
Satisfies AC:
closes #103
PR and task is dependent on Storage Interface changes. Hold PR.
PR is ready for review @howlowck
Adding JSDocs to wolf runner. Runner is exported as
run
.Expected usage:
Satisfies AC:
closes #103