mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix: USAGE of Express for types express (#44740)
* fix: USAGE of Express * changed UTF8 to utf8 * changed whitespace to spaces * Update passport-saml-tests.ts * Update index.d.ts
This commit is contained in:
parent
3f1836cba5
commit
5284814412
2
types/express/index.d.ts
vendored
2
types/express/index.d.ts
vendored
@ -9,7 +9,7 @@
|
||||
|
||||
/* =================== USAGE ===================
|
||||
|
||||
import * as express from "express";
|
||||
import express = require("express");
|
||||
var app = express();
|
||||
|
||||
=============================================== */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user