Skip to content

Commit

Permalink
update build for updated lume/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 17, 2024
1 parent ddb68bf commit 4893f2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
declare const FileScanner_base: (new (...a: any[]) => {
"__#1@#eventMap": Map<string, Set<[Function, any]>> | null;
on(eventName: string, callback: Function, context?: any): void;
off(eventName: string, callback?: Function | undefined, context?: any): void;
off(eventName: string, callback?: Function, context?: any): void;
emit(eventName: string, data?: any): void;
"__#1@#eventMap": Map<string, [Function, any][]> | null;
}) & (new (...a: any[]) => object);
/**
* @class FileScanner - Scans files for JSDoc-style comments, outputting usable
Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4893f2b

Please sign in to comment.