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:
kozzzz-07 2020-07-07 07:05:40 +09:00 committed by GitHub
parent 3f1836cba5
commit 5284814412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
/* =================== USAGE ===================
import * as express from "express";
import express = require("express");
var app = express();
=============================================== */