mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
protobufjs: allow to use protobuf-light version (#10164)
This commit is contained in:
committed by
Mohamed Hegazy
parent
a2c5e146eb
commit
e548d56ba4
4
protobufjs/protobufjs.d.ts
vendored
4
protobufjs/protobufjs.d.ts
vendored
@@ -387,3 +387,7 @@ declare namespace ProtoBuf {
|
||||
declare module "protobufjs" {
|
||||
export = ProtoBuf;
|
||||
}
|
||||
|
||||
declare module "protobufjs/dist/protobuf-light" {
|
||||
export = ProtoBuf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user