@schukai/monster 3.12.0 → 3.12.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
*/
|
7
7
|
|
8
8
|
import { internalSymbol, instanceSymbol } from "../../../constants.mjs";
|
9
|
-
import { isObject } from "../../../types/is.mjs";
|
9
|
+
import { isObject,isFunction } from "../../../types/is.mjs";
|
10
10
|
import { Server } from "../server.mjs";
|
11
11
|
import { WriteError } from "./restapi/writeerror.mjs";
|
12
12
|
|
package/source/types/version.mjs
CHANGED
package/test/cases/monster.mjs
CHANGED