generated from nhcarrigan/template
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @copyright NHCarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
/**
|
||||
* Does a thing.
|
||||
* @returns The result of the thing.
|
||||
* @see https://nhcarrigan.com
|
||||
*/
|
||||
const doThing = (): boolean => {
|
||||
return true;
|
||||
};
|
||||
|
||||
export { doThing };
|
||||
Reference in New Issue
Block a user