mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixed typo: definnitions => definitions (#45107)
This commit is contained in:
parent
0f2689c10d
commit
fdc4f1bd8a
2
types/iost-contract/base.d.ts
vendored
2
types/iost-contract/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all IOST contract modules that are not specific to any version of TypeScript
|
||||
// base definitions for all IOST contract modules that are not specific to any version of TypeScript
|
||||
/// <reference path="block.d.ts" />
|
||||
/// <reference path="blockchain.d.ts" />
|
||||
/// <reference path="iostcrypto.d.ts" />
|
||||
|
||||
2
types/node/base.d.ts
vendored
2
types/node/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
/// <reference path="globals.d.ts" />
|
||||
/// <reference path="async_hooks.d.ts" />
|
||||
/// <reference path="buffer.d.ts" />
|
||||
|
||||
2
types/node/v10/base.d.ts
vendored
2
types/node/v10/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
/// <reference path="globals.d.ts" />
|
||||
/// <reference path="async_hooks.d.ts" />
|
||||
/// <reference path="buffer.d.ts" />
|
||||
|
||||
2
types/node/v11/base.d.ts
vendored
2
types/node/v11/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
/// <reference path="globals.d.ts" />
|
||||
/// <reference path="async_hooks.d.ts" />
|
||||
/// <reference path="buffer.d.ts" />
|
||||
|
||||
2
types/node/v12/base.d.ts
vendored
2
types/node/v12/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
/// <reference path="globals.d.ts" />
|
||||
/// <reference path="async_hooks.d.ts" />
|
||||
/// <reference path="buffer.d.ts" />
|
||||
|
||||
2
types/node/v13/base.d.ts
vendored
2
types/node/v13/base.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// base definnitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
// base definitions for all NodeJS modules that are not specific to any version of TypeScript
|
||||
/// <reference path="globals.d.ts" />
|
||||
/// <reference path="async_hooks.d.ts" />
|
||||
/// <reference path="buffer.d.ts" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user