/**
 * If your plugin provides code for other plugins, this is the export point.
 */

export function something() {
	return 'Hello'
}
