UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

8 lines 159 B
/** * Foo does stuff * @param {String} param - This is a sample parameter * @returns {Boolean} To be or not to be */ function foo(param) { return true; }