UNPKG

barkbyte

Version:

A dog-related utility package

11 lines (10 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bark = bark; exports.sayWhostheBoss = sayWhostheBoss; function bark(sound = "Woof!") { return sound; } function sayWhostheBoss() { return "ankush"; }