will-hunting-answers

1.0.0 • Public • Published

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.

/will-hunting-answers/

    Package Sidebar

    Install

    npm i will-hunting-answers

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.89 kB

    Total Files

    3

    Last publish

    Collaborators

    • tchstud20a31020