1
0
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:
Bowden Kelly
2017-07-25 11:28:31 -07:00
parent bb59a5d3e9
commit 235ba1daa9
7 changed files with 28 additions and 23 deletions

View File

@@ -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;

View File

@@ -1 +0,0 @@
declare module "compression";

View File

@@ -1 +0,0 @@
declare module "express-status-monitor";