1.0.16 • Published 1 year ago

@diginet/dfm2json v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

dfm2json

Note that declaration of generated protobuf files must be changed for module resolution:

From
    import * as _m0 from "protobufjs/minimal";
To
    import _m0 from "protobufjs/minimal.js";