go-lns/docs/js-covenants/index.js
Snider 98ce5f2bc9 docs: add JS reference source for conversion
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:23:19 +01:00

15 lines
323 B
JavaScript

/*!
* covenants/index.js - covenants for hsd
* Copyright (c) 2019, handshake-org developers (MIT License).
* https://github.com/handshake-org/hsd
*/
'use strict';
/**
* @module covenants
*/
exports.Namestate = require('./namestate');
exports.Ownership = require('./ownership');
exports.Rules = require('./rules');