Skip to content

Commit

Permalink
[issue-#175-support-deno-doc] declare the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Apr 15, 2020
1 parent 4d9fc0c commit 294fbbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mod.ts
Expand Up @@ -47,7 +47,7 @@ import * as util_members from "./src/util/members.ts";
// Usage: import Drash from "/path/to/drash/mod.ts";
//

namespace Drash {
export declare namespace Drash {
// TODO: Remove this when the docs don't need it
export namespace Util {
export const Exports = util_members;
Expand Down Expand Up @@ -168,5 +168,3 @@ namespace Drash {
Loggers[name] = logger;
}
}

export default Drash;

0 comments on commit 294fbbb

Please sign in to comment.