mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
feat: add docs/ to npmignore
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
src/
|
||||
tsconfig.json
|
||||
tsconfig.json
|
||||
docs/
|
||||
@@ -1,8 +1,4 @@
|
||||
import type { UnionToIntersection } from './types/handler';
|
||||
import type { Module } from './handler/structures/module';
|
||||
|
||||
export * as Sern from './handler/sern';
|
||||
export * from './types/handler';
|
||||
export * from './handler/structures/structxports';
|
||||
export * from './handler/plugins/plugin';
|
||||
let p: UnionToIntersection<Module>;
|
||||
|
||||
Reference in New Issue
Block a user