source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/util/isFunction.js@
188ee53
Last change on this file since 188ee53 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 108 bytes |
Line | |
---|---|
1 | export function isFunction(x) { |
2 | return typeof x === 'function'; |
3 | } |
4 | //# sourceMappingURL=isFunction.js.map |
Note:
See TracBrowser
for help on using the repository browser.