#!/usr/bin/env node
/**
 * This file provides a cli helpline for developers to quickly check
 * the output of different commands without touching the file-system.
 *
 * Check the source code for more documentation
 */
export {};
