UNPKG

60 BTypeScriptView Raw
1// ES6 Function.name
2interface Function {
3 name: string;
4}