/**
 * @author ${|author|}
 * @overview generated by ghoti-cli
 * @fileoverview Function set ${|func|}
 */

import Config from '../config/config';

export const ${|func|} = (): void => {
    // Hello, ${|func|}!
};

export const fetch${|func|} = async (): Promise<void> => {
    // Hello, ${|func|}!
};
