mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Rename external modules to index.d.ts
This commit is contained in:
parent
a3b9cb53d0
commit
337587de8c
0
abs/abs.d.ts → abs/index.d.ts
vendored
0
abs/abs.d.ts → abs/index.d.ts
vendored
1
absolute/absolute.d.ts → absolute/index.d.ts
vendored
1
absolute/absolute.d.ts → absolute/index.d.ts
vendored
@ -3,7 +3,6 @@
|
||||
// Definitions by: Aya Morisawa <https://github.com/AyaMorisawa>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
|
||||
/**
|
||||
* Test if a path is absolute
|
||||
*/
|
||||
7
acorn/acorn.d.ts → acorn/index.d.ts
vendored
7
acorn/acorn.d.ts → acorn/index.d.ts
vendored
@ -5,6 +5,9 @@
|
||||
|
||||
/// <reference path="../estree/estree.d.ts" />
|
||||
|
||||
export as namespace acorn;
|
||||
export = acorn;
|
||||
|
||||
declare namespace acorn {
|
||||
var version: string;
|
||||
function parse(input: string, options?: Options): ESTree.Program;
|
||||
@ -62,7 +65,3 @@ declare namespace acorn {
|
||||
plugins?: { [name: string]: Function; };
|
||||
}
|
||||
}
|
||||
|
||||
declare module "acorn" {
|
||||
export = acorn
|
||||
}
|
||||
0
agenda/agenda.d.ts → agenda/index.d.ts
vendored
0
agenda/agenda.d.ts → agenda/index.d.ts
vendored
0
any-db/any-db.d.ts → any-db/index.d.ts
vendored
0
any-db/any-db.d.ts → any-db/index.d.ts
vendored
0
apn/apn.d.ts → apn/index.d.ts
vendored
0
apn/apn.d.ts → apn/index.d.ts
vendored
0
archy/archy.d.ts → archy/index.d.ts
vendored
0
archy/archy.d.ts → archy/index.d.ts
vendored
0
asana/asana.d.ts → asana/index.d.ts
vendored
0
asana/asana.d.ts → asana/index.d.ts
vendored
0
atpl/atpl.d.ts → atpl/index.d.ts
vendored
0
atpl/atpl.d.ts → atpl/index.d.ts
vendored
0
azure/azure.d.ts → azure/index.d.ts
vendored
0
azure/azure.d.ts → azure/index.d.ts
vendored
0
bcrypt/bcrypt.d.ts → bcrypt/index.d.ts
vendored
0
bcrypt/bcrypt.d.ts → bcrypt/index.d.ts
vendored
0
bl/bl.d.ts → bl/index.d.ts
vendored
0
bl/bl.d.ts → bl/index.d.ts
vendored
0
bs58/bs58.d.ts → bs58/index.d.ts
vendored
0
bs58/bs58.d.ts → bs58/index.d.ts
vendored
0
bson/bson.d.ts → bson/index.d.ts
vendored
0
bson/bson.d.ts → bson/index.d.ts
vendored
0
bunyan/bunyan.d.ts → bunyan/index.d.ts
vendored
0
bunyan/bunyan.d.ts → bunyan/index.d.ts
vendored
0
byline/byline.d.ts → byline/index.d.ts
vendored
0
byline/byline.d.ts → byline/index.d.ts
vendored
0
bytes/bytes.d.ts → bytes/index.d.ts
vendored
0
bytes/bytes.d.ts → bytes/index.d.ts
vendored
0
camo/camo.d.ts → camo/index.d.ts
vendored
0
camo/camo.d.ts → camo/index.d.ts
vendored
0
cli/cli.d.ts → cli/index.d.ts
vendored
0
cli/cli.d.ts → cli/index.d.ts
vendored
0
clone/clone.d.ts → clone/index.d.ts
vendored
0
clone/clone.d.ts → clone/index.d.ts
vendored
0
config/config.d.ts → config/index.d.ts
vendored
0
config/config.d.ts → config/index.d.ts
vendored
0
consul/consul.d.ts → consul/index.d.ts
vendored
0
consul/consul.d.ts → consul/index.d.ts
vendored
0
cors/cors.d.ts → cors/index.d.ts
vendored
0
cors/cors.d.ts → cors/index.d.ts
vendored
0
cradle/cradle.d.ts → cradle/index.d.ts
vendored
0
cradle/cradle.d.ts → cradle/index.d.ts
vendored
0
cron/cron.d.ts → cron/index.d.ts
vendored
0
cron/cron.d.ts → cron/index.d.ts
vendored
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user