mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-03-22 13:08:53 +00:00
updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json
This commit is contained in:
@@ -9,7 +9,7 @@ import * as logger from "morgan";
|
||||
import * as errorHandler from "errorhandler";
|
||||
import * as lusca from "lusca";
|
||||
import * as dotenv from "dotenv";
|
||||
import * as mongo from "connect-mongo"; // (session)
|
||||
import * as mongo from "connect-mongo";
|
||||
import * as flash from "express-flash";
|
||||
import * as path from "path";
|
||||
import * as mongoose from "mongoose";
|
||||
|
||||
16
src/types/bcrypt-nodejs.d.ts
vendored
16
src/types/bcrypt-nodejs.d.ts
vendored
@@ -1,16 +0,0 @@
|
||||
/** Declaration file generated by dts-gen */
|
||||
|
||||
export function compare(data: any, encrypted: any, callback: any): void;
|
||||
|
||||
export function compareSync(data: any, encrypted: any): any;
|
||||
|
||||
export function genSalt(rounds: any, callback: (err: any, salt: any) => any): void;
|
||||
|
||||
export function genSaltSync(rounds: any): any;
|
||||
|
||||
export function getRounds(encrypted: any): any;
|
||||
|
||||
export function hash(data: any, salt: any, progress: any, hash: (err: any, salt: any) => any): void;
|
||||
|
||||
export function hashSync(data: any, salt: any, progress: any): any;
|
||||
|
||||
1
src/types/compression.d.ts
vendored
1
src/types/compression.d.ts
vendored
@@ -1 +0,0 @@
|
||||
declare module "compression";
|
||||
1
src/types/express-status-monitor.d.ts
vendored
1
src/types/express-status-monitor.d.ts
vendored
@@ -1 +0,0 @@
|
||||
declare module "express-status-monitor";
|
||||
Reference in New Issue
Block a user