UNPKG

@expressots/core

Version:

Expressots - modern, fast, lightweight nodejs web framework (@core)

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isClonable = isClonable; function isClonable(obj) { return (typeof obj === "object" && obj !== null && "clone" in obj && typeof obj.clone === "function"); }