UNPKG

the-moby-effect

Version:
14 lines 529 B
import * as Schema from "effect/Schema"; import * as MobyNumber from "../schemas/number.js"; export class BlkiodevThrottleDevice extends /*#__PURE__*/Schema.Class("BlkiodevThrottleDevice")({ Path: Schema.String, Rate: /*#__PURE__*/MobyNumber.BigIntFromWireString.check(/*#__PURE__*/Schema.isBetweenBigInt({ minimum: 0n, maximum: 2n ** 64n - 1n })) }, { identifier: "BlkiodevThrottleDevice", title: "blkiodev.ThrottleDevice", documentation: "" }) {} //# sourceMappingURL=BlkiodevThrottleDevice.generated.js.map