Skip to content

Instantly share code, notes, and snippets.

View trev-dev's full-sized avatar
:electron:
Free as in Freedom

Trev trev-dev

:electron:
Free as in Freedom
View GitHub Profile
@trev-dev
trev-dev / aliases.muttrc
Created October 1, 2022 04:51 — forked from guiniol/aliases.muttrc
neomutt configuration with notmuch
alias YOU YOUR NAME <email@somewhere.com>
@trev-dev
trev-dev / add-to-existing-namespaces.js
Created February 18, 2022 22:55 — forked from idettman/add-to-existing-namespaces.js
JavaScript: JSDoc Advanced Tips
/* https://leahayes.wordpress.com/2011/08/28/documenting-javascript-with-jsdoc3/
Namespaces can still be documented when a more abstract mechanism is used. @lends allows members to be added to an existing namespace:
*/
/**
* Root namespace
* @namespace root
*/
$namespace('root', /** @lends root **/ {
/**