>>255
それ古い書き方。今時は
function f(x?: number | string): void { }
と書く