1 line
49 B
TypeScript
1 line
49 B
TypeScript
export default x => typeof x.then == 'function';
|
export default x => typeof x.then == 'function';
|