@dazejs/framework
Version:
Daze.js - A powerful web framework for Node.js
44 lines (31 loc) • 584 B
TypeScript
declare module 'keygrip' {
const x: any;
export = x;
}
declare module 'require-main-filename' {
const x: any;
export = x;
}
declare module 'core-util-is' {
const x: any;
export = x;
}
declare module 'cache-content-type' {
const x: any;
export = x;
}
declare module '@dazejs/trace-page' {
const x: any;
export = x;
}
declare module 'winston-mongodb' {
const MongoDB: MongoDBTransportInstance;
}
// declare module 'winston-daily-rotate-file' {
// var x: any;
// export = x;
// }
// declare module 'winston' {
// var x: any;
// export = x;
// }