Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9ea52d8

Browse files
jerryorta-devlgalfaso
authored andcommitted
fix(loader): define isFunction
Closes: #12299 Closes: #12287
1 parent d518a64 commit 9ea52d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/loader.prefix

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*/
66
'use strict';
77
(function() {
8+
function isFunction(value) {return typeof value === 'function';};

0 commit comments

Comments
 (0)