| import type { PluginContext } from "./context.js"; | |
| export interface Plugin { | |
| readonly id: string; | |
| readonly setup: (context: PluginContext) => Promise<void> | void; | |
| } | |
| export declare function define(plugin: Plugin): Plugin; | |
| export interface PluginDomain { | |
| readonly add: (plugin: Plugin) => Promise<void>; | |
| readonly remove: (id: string) => Promise<void>; | |
| } | |
Xet Storage Details
- Size:
- 369 Bytes
- Xet hash:
- 0e47e175c13c146c105b429c3906aa4065efb8551373d2099e283986fcce1b34
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.