import { InitialValuesType } from './types'; export function main(input: string, options: InitialValuesType): string { return input + 'pp'; }