Skip to content

Commit

Permalink
chore: update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 8, 2022
1 parent d067e9c commit c4eba6a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
import { compile } from './compile';
import { build, buildFiles } from './build';

declare type Baka = {
compile: typeof compile;
build: typeof build;
buildFiles: typeof buildFiles;
}

export = Baka;
export as namespace Baka;
export default Baka = {
compile,
build,
buildFiles
};

0 comments on commit c4eba6a

Please sign in to comment.