@biskyjs/framework
Version:
13 lines • 507 B
TypeScript
import "tslib";
export * from "./lib/bisky";
export * from "./lib/interfaces/arguments";
export * from "./lib/interfaces/command";
export * from "./lib/parsers/args";
export * from "./lib/strategies/flag-unordered-strategy";
export * from "./lib/structures/command";
export * from "./lib/structures/stores/arguments";
export * from "./lib/structures/stores/commands";
export * from "./errors/argument";
export * from "./errors/identifiers";
export * from "./errors/user";
//# sourceMappingURL=index.d.ts.map