/**
 * @author ${|author|}
 * @overview generated by ghoti-cli
 * @fileoverview Lambda function set ${|lambda|}
 */

import Config from '../config/config';

export const ${|lambda|} = (): void => {
    // Hello, ${|lambda|}!
};
