1.0.0 • Published 4 years ago
will-hunting-answers v1.0.0
Javascript package for showing the answers to will hunting.
Install
npm install will-hunting-answers
Quick Start:
const willHunting = require('will-hunting-answers');
willHunting.showAnswers();
The config
Object
A configuration object may be passed into showAnswers
. It should be of the type:
export interface Config {
name: string;
department: number;
studentNum: number;
answers: Answers;
}
export interface Answers {
professional: string;
educational: string;
additional: string;
}
The default one is set to have <censored>'s answers.
1.0.0
4 years ago