๐Ÿ“ฆ microsoft / TypeScript

๐Ÿ“„ declFileOptionalInterfaceMethod.ts ยท 6 lines
1
2
3
4
5
6// @strict: false
// @declaration: true
interface X {
    f? <T>();
}