UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

9 lines (8 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isCloneable = void 0; function isCloneable(something) { return (typeof (something["clone"]) === "function" && something["clone"].length === 0); } exports.isCloneable = isCloneable;