Update function return types
This commit is contained in:
@@ -99,7 +99,7 @@ const GPX_SERIALIZERS = makeStructureNS(NAMESPACE_URIS, {
|
||||
|
||||
/**
|
||||
* @typedef {Object} Options
|
||||
* @property {function(Feature, Node)} [readExtensions] Callback function
|
||||
* @property {function(Feature, Node):void} [readExtensions] Callback function
|
||||
* to process `extensions` nodes. To prevent memory leaks, this callback function must
|
||||
* not store any references to the node. Note that the `extensions`
|
||||
* node is not allowed in GPX 1.0. Moreover, only `extensions`
|
||||
|
||||
Reference in New Issue
Block a user