trim (options: { fn: (self: unknown) => string }) {
    return options.fn(this).trim();
  },