UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

7 lines (6 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pquot = void 0; var intBinOpToInt_1 = require("./intBinOpToInt.js"); var IRNative_1 = require("../../../../IR/IRNodes/IRNative/index.js"); exports.pquot = (0, intBinOpToInt_1.intBinOpToInt)(IRNative_1.IRNative.quotientInteger);