Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 189 Bytes

File metadata and controls

10 lines (7 loc) · 189 Bytes

Modules

A custom user module system. Place a .ts or .js file with the following template, it will be installed automatically.

export default () => {
	// do something
};