... Cleaker index.js

Source

index.js

//cleaker/index.js
/**
 * @module Index
 * @description
 * Cleaker serves a unique digital asset identifier, 
 * with a range of functionalities including context awareness, flexibility,
 * and data signing, we integrated these features into the modular server design 
 * with subdomain handling and profile routing.
 * _._
 **/

//
export { default } from './src/cleaker.js';

By neurons.me