mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
index.d.ts has no dependency on node
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/// <reference types="node" />
|
||||
import * as chai from "chai";
|
||||
|
||||
const expect = chai.expect;
|
||||
|
||||
1
types/chai/index.d.ts
vendored
1
types/chai/index.d.ts
vendored
@@ -10,7 +10,6 @@
|
||||
// Gintautas Miselis <https://github.com/Naktibalda>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
// <reference types="assertion-error"/>
|
||||
|
||||
declare namespace Chai {
|
||||
|
||||
Reference in New Issue
Block a user