Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Core

This is the core package for Zors, published under the name zors

Package Folder Structure

.
├── functions.ts
├── index.ts
├── lib
│   ├── error.ts
│   ├── parser.ts
│   └── utils.ts
├── modules
│   ├── command
│   │   ├── command.ts
│   │   ├── index.ts
│   │   └── option.ts
│   ├── events.ts
│   ├── plugins.ts
│   └── program.ts
└── types.ts