From 9c645c8f30a8ef3334d6725ef7735214cb0e320c Mon Sep 17 00:00:00 2001 From: poop Date: Fri, 1 Dec 2023 19:20:02 -0800 Subject: [PATCH 1/3] warn on typedoc --- docs/assets/navigation.js | 2 +- docs/assets/search.js | 2 +- docs/classes/node.GroovyTraversal.html | 4 ++-- docs/classes/node.GroovyTraversalSource.html | 4 ++-- docs/coverage.svg | 4 ++-- docs/enums/node.EDir.html | 4 ++-- docs/functions/browser.deepFreezeCopy.html | 4 ++-- docs/functions/browser.fromBunBuffer.html | 1 - docs/functions/browser.mapToJsonIterator.html | 2 +- docs/functions/browser.mapTojsonReplacer.html | 2 +- docs/functions/browser.msgpackToJson.html | 2 +- .../browser.msgpackToJsonIterator.html | 2 +- docs/functions/browser.toBunBuffer.html | 1 - docs/functions/browser.toJson.html | 2 +- docs/functions/browser.toJsonStringified.html | 2 +- docs/functions/node.bnameTofname.html | 7 +++---- docs/functions/node.combineProps-1.html | 1 - docs/functions/node.combineProps.html | 1 + docs/functions/node.csvToTinkerData.html | 2 +- docs/functions/node.csvToTinkerDataEdge.html | 2 +- .../functions/node.csvToTinkerDataVertex.html | 2 +- docs/functions/node.csvToTinkergraph.html | 2 +- docs/functions/node.elementProps-1.html | 1 - docs/functions/node.elementProps.html | 1 + docs/functions/node.fnameToBname.html | 2 +- docs/functions/node.getBaseOpts.html | 3 ++- docs/functions/node.getEdgeLabel.html | 2 +- docs/functions/node.getLabel.html | 2 +- docs/functions/node.getStore.html | 2 +- docs/functions/node.getVertexLabel.html | 2 +- docs/functions/node.go.html | 2 +- docs/functions/node.groupByIdentity.html | 2 +- docs/functions/node.hashId.html | 2 +- docs/functions/node.keys.html | 2 +- docs/functions/node.loadTinkerData.html | 2 +- docs/functions/node.log.html | 2 +- docs/functions/node.parseFile.html | 2 +- docs/functions/node.pgDateToJs.html | 2 +- docs/functions/node.readCsvDir.html | 2 +- .../functions/node.recordsCreatedHandler.html | 4 ++-- docs/functions/node.throwIfEmpty.html | 2 +- docs/functions/node.throwInvalidQuery.html | 2 +- docs/functions/node.tinkerData-1.html | 2 +- docs/functions/node.tinkerDataEdge-1.html | 2 +- docs/functions/node.tinkerDataVertex-1.html | 2 +- .../node.tinkergraphToNeptuneCsv.html | 2 +- .../node.transformAndSaveTinkerData.html | 6 +++--- docs/functions/node.transformConfigFiles.html | 2 +- .../node.transformPropertiesAndLabels.html | 2 ++ .../node.transformPropsAndLabels.html | 2 -- .../node.transformUnmappedFiles.html | 2 +- docs/functions/node.validateNumStr.html | 2 +- docs/interfaces/node.BaseOptions.html | 7 +++++++ docs/interfaces/node.BaseOpts.html | 6 ------ ...Props.html => node.CombineProperties.html} | 10 +++++----- docs/interfaces/node.ConfigSpecColMap.html | 20 +++++++++---------- docs/interfaces/node.EdgeConfig.html | 4 ++-- docs/interfaces/node.EdgeData.html | 4 ++-- ...Props.html => node.ElementProperties.html} | 8 ++++---- ...els.html => node.PropertiesAndLabels.html} | 6 +++--- docs/interfaces/node.TinkerDataBase.html | 4 ++-- docs/modules/browser.html | 4 +--- docs/modules/index.html | 18 ++++++++--------- docs/modules/node.html | 20 +++++++++---------- docs/types/node.Bytecode.html | 2 +- docs/types/node.Config.html | 7 ++++++- docs/types/node.ConfigFilesMapValue.html | 2 +- docs/types/node.ConfigSpec.html | 2 +- docs/types/node.ConfigSpecEdge.html | 2 +- docs/types/node.ConfigSpecGetter.html | 2 +- docs/types/node.ConfigSpecInject.html | 4 +++- docs/types/node.ConfigSpecVertex.html | 2 +- docs/types/node.CsvParsed.html | 2 +- docs/types/node.EnumValue.html | 2 +- docs/types/node.Graph.html | 2 +- docs/types/node.NeptuneValue.html | 2 +- docs/types/node.NeptuneValueArray.html | 2 +- docs/types/node.NeptuneValueSingle.html | 2 +- docs/types/node.Nullable.html | 2 +- docs/types/node.NumStr.html | 2 +- docs/types/node.PropLabelNumStr.html | 2 +- docs/types/node.TinkerData.html | 2 +- docs/types/node.TinkerDataEdge.html | 2 +- docs/types/node.TinkerDataVertex.html | 2 +- docs/types/node.TraversalStrategies.html | 2 +- docs/types/node.Traverser.html | 2 +- docs/types/node.TraverserMap.html | 2 +- docs/types/node.WithOptions.html | 2 +- docs/variables/browser.MAP_EXT_TYPE.html | 2 +- docs/variables/browser.MSGPACK_HEADERS.html | 2 +- docs/variables/browser.SET_EXT_TYPE.html | 2 +- docs/variables/browser.decoder.html | 2 +- docs/variables/browser.encoder.html | 2 +- docs/variables/browser.extensionCodec.html | 2 +- docs/variables/node.client.html | 2 +- docs/variables/node.common.html | 2 +- docs/variables/node.g.html | 2 +- typedoc.json | 6 +++--- 98 files changed, 155 insertions(+), 155 deletions(-) delete mode 100644 docs/functions/browser.fromBunBuffer.html delete mode 100644 docs/functions/browser.toBunBuffer.html delete mode 100644 docs/functions/node.combineProps-1.html create mode 100644 docs/functions/node.combineProps.html delete mode 100644 docs/functions/node.elementProps-1.html create mode 100644 docs/functions/node.elementProps.html create mode 100644 docs/functions/node.transformPropertiesAndLabels.html delete mode 100644 docs/functions/node.transformPropsAndLabels.html create mode 100644 docs/interfaces/node.BaseOptions.html delete mode 100644 docs/interfaces/node.BaseOpts.html rename docs/interfaces/{node.CombineProps.html => node.CombineProperties.html} (83%) rename docs/interfaces/{node.ElementProps.html => node.ElementProperties.html} (85%) rename docs/interfaces/{node.PropsAndLabels.html => node.PropertiesAndLabels.html} (85%) diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js index 83c4692..9855280 100644 --- a/docs/assets/navigation.js +++ b/docs/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index 631d450..594e34c 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/classes/node.GroovyTraversal.html b/docs/classes/node.GroovyTraversal.html index 2a79982..a6f4baf 100644 --- a/docs/classes/node.GroovyTraversal.html +++ b/docs/classes/node.GroovyTraversal.html @@ -1,6 +1,6 @@ GroovyTraversal | utils - v0.4.0

Class GroovyTraversal

GroovyTraversal

steps that are made available on this class are also available as spawns for anonymous traversals

-

Hierarchy

  • GraphTraversal
    • GroovyTraversal

Constructors

Hierarchy

  • GraphTraversal
    • GroovyTraversal

Constructors

Methods

V [asyncIterator] addE @@ -119,4 +119,4 @@ where with_ write -

Constructors

Methods

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns AsyncIterableIterator<any>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Bytecode

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<boolean>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<void>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<Traverser[]>

  • Returns string

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

Generated using TypeDoc

\ No newline at end of file +

Constructors

  • Parameters

    Returns GroovyTraversal

Methods

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns AsyncIterableIterator<any>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Bytecode

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<boolean>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<void>

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns Promise<Traverser[]>

  • Returns string

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/node.GroovyTraversalSource.html b/docs/classes/node.GroovyTraversalSource.html index 9736f6d..0e4eae4 100644 --- a/docs/classes/node.GroovyTraversalSource.html +++ b/docs/classes/node.GroovyTraversalSource.html @@ -1,6 +1,6 @@ GroovyTraversalSource | utils - v0.4.0

Class GroovyTraversalSource

GroovyTraversalSource

Steps added here are meant to be start steps

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

Constructors

Methods

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns string

  • Parameters

    • remoteConnection: RemoteConnection

    Returns GroovyTraversalSource

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversalSource

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversal

  • Returns string

  • Parameters

    • remoteConnection: RemoteConnection

    Returns GroovyTraversalSource

  • Parameters

    • Rest ...args: any[]

    Returns GroovyTraversalSource

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/coverage.svg b/docs/coverage.svg index 14bcacb..05f55dd 100644 --- a/docs/coverage.svg +++ b/docs/coverage.svg @@ -11,7 +11,7 @@ coverage coverage - 7% - 7% + 6% + 6% \ No newline at end of file diff --git a/docs/enums/node.EDir.html b/docs/enums/node.EDir.html index 3197a87..b104a77 100644 --- a/docs/enums/node.EDir.html +++ b/docs/enums/node.EDir.html @@ -1,5 +1,5 @@ EDir | utils - v0.4.0

Enumeration EDir

used with go to programmatically traverse the graph consumers dont need to know the direction, but can still pick the edge/vert

-

Enumeration Members

in +

Enumeration Members

Enumeration Members

in: "in"
out: "out"

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

in: "in"
out: "out"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.deepFreezeCopy.html b/docs/functions/browser.deepFreezeCopy.html index ae0d291..cb005ce 100644 --- a/docs/functions/browser.deepFreezeCopy.html +++ b/docs/functions/browser.deepFreezeCopy.html @@ -1,2 +1,2 @@ -deepFreezeCopy | utils - v0.4.0

Generated using TypeDoc

\ No newline at end of file +deepFreezeCopy | utils - v0.4.0

Function deepFreezeCopy

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.fromBunBuffer.html b/docs/functions/browser.fromBunBuffer.html deleted file mode 100644 index 6f1d520..0000000 --- a/docs/functions/browser.fromBunBuffer.html +++ /dev/null @@ -1 +0,0 @@ -fromBunBuffer | utils - v0.4.0

Function fromBunBuffer

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.mapToJsonIterator.html b/docs/functions/browser.mapToJsonIterator.html index 813cdfe..705b73b 100644 --- a/docs/functions/browser.mapToJsonIterator.html +++ b/docs/functions/browser.mapToJsonIterator.html @@ -1 +1 @@ -mapToJsonIterator | utils - v0.4.0

Function mapToJsonIterator

Generated using TypeDoc

\ No newline at end of file +mapToJsonIterator | utils - v0.4.0

Function mapToJsonIterator

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.mapTojsonReplacer.html b/docs/functions/browser.mapTojsonReplacer.html index ed0418d..f4e11cf 100644 --- a/docs/functions/browser.mapTojsonReplacer.html +++ b/docs/functions/browser.mapTojsonReplacer.html @@ -1 +1 @@ -mapTojsonReplacer | utils - v0.4.0

Function mapTojsonReplacer

Generated using TypeDoc

\ No newline at end of file +mapTojsonReplacer | utils - v0.4.0

Function mapTojsonReplacer

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.msgpackToJson.html b/docs/functions/browser.msgpackToJson.html index 7a5ee5f..18aad18 100644 --- a/docs/functions/browser.msgpackToJson.html +++ b/docs/functions/browser.msgpackToJson.html @@ -1 +1 @@ -msgpackToJson | utils - v0.4.0

Function msgpackToJson

Generated using TypeDoc

\ No newline at end of file +msgpackToJson | utils - v0.4.0

Function msgpackToJson

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.msgpackToJsonIterator.html b/docs/functions/browser.msgpackToJsonIterator.html index d3474b0..6975735 100644 --- a/docs/functions/browser.msgpackToJsonIterator.html +++ b/docs/functions/browser.msgpackToJsonIterator.html @@ -1 +1 @@ -msgpackToJsonIterator | utils - v0.4.0

Function msgpackToJsonIterator

Generated using TypeDoc

\ No newline at end of file +msgpackToJsonIterator | utils - v0.4.0

Function msgpackToJsonIterator

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.toBunBuffer.html b/docs/functions/browser.toBunBuffer.html deleted file mode 100644 index 6cdba0d..0000000 --- a/docs/functions/browser.toBunBuffer.html +++ /dev/null @@ -1 +0,0 @@ -toBunBuffer | utils - v0.4.0

Function toBunBuffer

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.toJson.html b/docs/functions/browser.toJson.html index 670c137..eb70b15 100644 --- a/docs/functions/browser.toJson.html +++ b/docs/functions/browser.toJson.html @@ -1 +1 @@ -toJson | utils - v0.4.0

Function toJson

Generated using TypeDoc

\ No newline at end of file +toJson | utils - v0.4.0

Function toJson

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/browser.toJsonStringified.html b/docs/functions/browser.toJsonStringified.html index 29c99c8..6ca012b 100644 --- a/docs/functions/browser.toJsonStringified.html +++ b/docs/functions/browser.toJsonStringified.html @@ -1 +1 @@ -toJsonStringified | utils - v0.4.0

Function toJsonStringified

Generated using TypeDoc

\ No newline at end of file +toJsonStringified | utils - v0.4.0

Function toJsonStringified

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.bnameTofname.html b/docs/functions/node.bnameTofname.html index a351f57..5ceaeaf 100644 --- a/docs/functions/node.bnameTofname.html +++ b/docs/functions/node.bnameTofname.html @@ -1,5 +1,4 @@ -bnameTofname | utils - v0.4.0

Function bnameTofname

  • adds an extension to a filename

    +bnameTofname | utils - v0.4.0

    Function bnameTofname

    • adds an extension to a filename

      Parameters

      • bname: string

        a filename e.g. blah

        -
      • ext: string = 'csv'

        to add to filename e.g. csv

        -

      Returns string

      string with extension added

      -

    Generated using TypeDoc

    \ No newline at end of file +
  • extension: string = 'csv'

Returns string

string with extension added

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.combineProps-1.html b/docs/functions/node.combineProps-1.html deleted file mode 100644 index 311b87c..0000000 --- a/docs/functions/node.combineProps-1.html +++ /dev/null @@ -1 +0,0 @@ -combineProps | utils - v0.4.0

Function combineProps

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.combineProps.html b/docs/functions/node.combineProps.html new file mode 100644 index 0000000..6eed6d6 --- /dev/null +++ b/docs/functions/node.combineProps.html @@ -0,0 +1 @@ +combineProps | utils - v0.4.0

Function combineProps

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.csvToTinkerData.html b/docs/functions/node.csvToTinkerData.html index 1bc4292..e78e434 100644 --- a/docs/functions/node.csvToTinkerData.html +++ b/docs/functions/node.csvToTinkerData.html @@ -1,2 +1,2 @@ csvToTinkerData | utils - v0.4.0

Function csvToTinkerData

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<{
    edges: EdgeData[];
    l?: NumStr[];
    p?: Record<string, NeptuneValue>;
    recordId?: NumStr;
}[] | {
    edges?: EdgeData[];
    l?: NumStr[];
    p?: Record<string, NeptuneValue>;
    recordId: NumStr;
}[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.csvToTinkerDataEdge.html b/docs/functions/node.csvToTinkerDataEdge.html index 46077a2..a1caeba 100644 --- a/docs/functions/node.csvToTinkerDataEdge.html +++ b/docs/functions/node.csvToTinkerDataEdge.html @@ -1,2 +1,2 @@ csvToTinkerDataEdge | utils - v0.4.0

Function csvToTinkerDataEdge

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns {
    edges: EdgeData[];
    l?: NumStr[];
    p?: Record<string, NeptuneValue>;
    recordId?: NumStr;
}[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.csvToTinkerDataVertex.html b/docs/functions/node.csvToTinkerDataVertex.html index 121c651..9e8205a 100644 --- a/docs/functions/node.csvToTinkerDataVertex.html +++ b/docs/functions/node.csvToTinkerDataVertex.html @@ -1,2 +1,2 @@ csvToTinkerDataVertex | utils - v0.4.0

Function csvToTinkerDataVertex

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns {
    edges?: EdgeData[];
    l?: NumStr[];
    p?: Record<string, NeptuneValue>;
    recordId: NumStr;
}[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/node.csvToTinkergraph.html b/docs/functions/node.csvToTinkergraph.html index 113f0dc..aed9a66 100644 --- a/docs/functions/node.csvToTinkergraph.html +++ b/docs/functions/node.csvToTinkergraph.html @@ -1,3 +1,3 @@ csvToTinkergraph | utils - v0.4.0

Function csvToTinkergraph

  • extracts CSV data, transforms to Tinkerdata and loads into Tinkergraph

    Parameters

    • config: Config
    • store: {
          files: Set<string>;
          parsed: Map<string, CsvParsed>;
          transformed: Map<string, {
              data: {
                  edges: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId?: NumStr;
              }[] | {
                  edges?: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId: NumStr;
              }[];
              spec: ConfigSpec;
          }>;
      } = ...
      • files: Set<string>
      • parsed: Map<string, CsvParsed>
      • transformed: Map<string, {
            data: {
                edges: EdgeData[];
                l?: NumStr[];
                p?: Record<string, NeptuneValue>;
                recordId?: NumStr;
            }[] | {
                edges?: EdgeData[];
                l?: NumStr[];
                p?: Record<string, NeptuneValue>;
                recordId: NumStr;
            }[];
            spec: ConfigSpec;
        }>

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +
  • store: {
        files: Set<string>;
        parsed: Map<string, CsvParsed>;
        transformed: Map<string, {
            data: {
                edges: EdgeData[];
                l?: NumStr[];
                p?: Record<string, NeptuneValue>;
                recordId?: NumStr;
            }[] | {
                edges?: EdgeData[];
                l?: NumStr[];
                p?: Record<string, NeptuneValue>;
                recordId: NumStr;
            }[];
            spec: ConfigSpec;
        }>;
    } = ...
  • Returns Promise<void>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.elementProps-1.html b/docs/functions/node.elementProps-1.html deleted file mode 100644 index 1e662e0..0000000 --- a/docs/functions/node.elementProps-1.html +++ /dev/null @@ -1 +0,0 @@ -elementProps | utils - v0.4.0

    Function elementProps

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.elementProps.html b/docs/functions/node.elementProps.html new file mode 100644 index 0000000..b89cf48 --- /dev/null +++ b/docs/functions/node.elementProps.html @@ -0,0 +1 @@ +elementProps | utils - v0.4.0

    Function elementProps

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.fnameToBname.html b/docs/functions/node.fnameToBname.html index b4d40a0..afa1a81 100644 --- a/docs/functions/node.fnameToBname.html +++ b/docs/functions/node.fnameToBname.html @@ -1,4 +1,4 @@ fnameToBname | utils - v0.4.0

    Function fnameToBname

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.getBaseOpts.html b/docs/functions/node.getBaseOpts.html index e670c96..0c1af06 100644 --- a/docs/functions/node.getBaseOpts.html +++ b/docs/functions/node.getBaseOpts.html @@ -1,2 +1,3 @@ getBaseOpts | utils - v0.4.0

    Function getBaseOpts

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns {
        limitX: number;
        limitY: number;
    }

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.getEdgeLabel.html b/docs/functions/node.getEdgeLabel.html index 3ff9c47..b437982 100644 --- a/docs/functions/node.getEdgeLabel.html +++ b/docs/functions/node.getEdgeLabel.html @@ -1,4 +1,4 @@ getEdgeLabel | utils - v0.4.0

    Function getEdgeLabel

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.getLabel.html b/docs/functions/node.getLabel.html index a2b9271..fdb58d0 100644 --- a/docs/functions/node.getLabel.html +++ b/docs/functions/node.getLabel.html @@ -1,3 +1,3 @@ getLabel | utils - v0.4.0

    Function getLabel

    Generated using TypeDoc

    \ No newline at end of file +

    Returns ((data) => NumStr) | ((data) => NumStr)

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/functions/node.getStore.html b/docs/functions/node.getStore.html index d6170df..a768a7f 100644 --- a/docs/functions/node.getStore.html +++ b/docs/functions/node.getStore.html @@ -1 +1 @@ -getStore | utils - v0.4.0

    Function getStore

    • Parameters

      • overrides: {} = {}

        Returns {
            files: Set<string>;
            parsed: Map<string, CsvParsed>;
            transformed: Map<string, {
                data: {
                    edges: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId?: NumStr;
                }[] | {
                    edges?: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId: NumStr;
                }[];
                spec: ConfigSpec;
            }>;
        }

        • files: Set<string>
        • parsed: Map<string, CsvParsed>
        • transformed: Map<string, {
              data: {
                  edges: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId?: NumStr;
              }[] | {
                  edges?: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId: NumStr;
              }[];
              spec: ConfigSpec;
          }>

      Generated using TypeDoc

      \ No newline at end of file +getStore | utils - v0.4.0

      Function getStore

      • Parameters

        • overrides: {} = {}

          Returns {
              files: Set<string>;
              parsed: Map<string, CsvParsed>;
              transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>;
          }

          • files: Set<string>
          • parsed: Map<string, CsvParsed>
          • transformed: Map<string, {
                data: {
                    edges: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId?: NumStr;
                }[] | {
                    edges?: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId: NumStr;
                }[];
                spec: ConfigSpec;
            }>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.getVertexLabel.html b/docs/functions/node.getVertexLabel.html index 3c55bc9..7faf461 100644 --- a/docs/functions/node.getVertexLabel.html +++ b/docs/functions/node.getVertexLabel.html @@ -1,4 +1,4 @@ getVertexLabel | utils - v0.4.0

        Function getVertexLabel

        • neptune allows 1/more labels for every vertex but recommends at most 1 but tinkergraph only allows 1 label, we use the label at index 0

          Parameters

          • data: NumStr[]

            array with 1/more edge labels

            -

          Returns NumStr

        Generated using TypeDoc

        \ No newline at end of file +

        Returns NumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.go.html b/docs/functions/node.go.html index 4666c23..7b96ad9 100644 --- a/docs/functions/node.go.html +++ b/docs/functions/node.go.html @@ -2,4 +2,4 @@ e.g. a bunch of common queries from V > E > V can be specified in a json config { x: [vID, eID, vID], y: [vID, eID, vID]} you can use go to automatically traverse this graph

        Parameters

        Returns {
            both: ((...args) => GroovyTraversal);
            bothE: ((...args) => GroovyTraversal);
            bothV: ((...args) => GroovyTraversal);
            in: ((...args) => GroovyTraversal);
            inE: ((...args) => GroovyTraversal);
            inV: ((...args) => GroovyTraversal);
            otherV: ((...args) => GroovyTraversal);
            out: ((...args) => GroovyTraversal);
            outE: ((...args) => GroovyTraversal);
            outV: ((...args) => GroovyTraversal);
            to: {
                e: ((...args) => GroovyTraversal);
                v: ((...args) => GroovyTraversal);
            };
        }

        Generated using TypeDoc

        \ No newline at end of file +

        Returns {
            both: ((...args) => GroovyTraversal);
            bothE: ((...args) => GroovyTraversal);
            bothV: ((...args) => GroovyTraversal);
            in: ((...args) => GroovyTraversal);
            inE: ((...args) => GroovyTraversal);
            inV: ((...args) => GroovyTraversal);
            otherV: ((...args) => GroovyTraversal);
            out: ((...args) => GroovyTraversal);
            outE: ((...args) => GroovyTraversal);
            outV: ((...args) => GroovyTraversal);
            to: {
                e: ((...args) => GroovyTraversal);
                v: ((...args) => GroovyTraversal);
            };
        }

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.groupByIdentity.html b/docs/functions/node.groupByIdentity.html index af528aa..635d93d 100644 --- a/docs/functions/node.groupByIdentity.html +++ b/docs/functions/node.groupByIdentity.html @@ -1 +1 @@ -groupByIdentity | utils - v0.4.0

        Function groupByIdentity

        Generated using TypeDoc

        \ No newline at end of file +groupByIdentity | utils - v0.4.0

        Function groupByIdentity

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.hashId.html b/docs/functions/node.hashId.html index c9ac4d4..52c8f93 100644 --- a/docs/functions/node.hashId.html +++ b/docs/functions/node.hashId.html @@ -1,3 +1,3 @@ hashId | utils - v0.4.0

        Function hashId

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.keys.html b/docs/functions/node.keys.html index 519e38b..b539a96 100644 --- a/docs/functions/node.keys.html +++ b/docs/functions/node.keys.html @@ -1 +1 @@ -keys | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file +keys | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.loadTinkerData.html b/docs/functions/node.loadTinkerData.html index a992b1d..7edf9c6 100644 --- a/docs/functions/node.loadTinkerData.html +++ b/docs/functions/node.loadTinkerData.html @@ -1,2 +1,2 @@ loadTinkerData | utils - v0.4.0

        Function loadTinkerData

        • loads all TinkerData into tinkergraph

          -

          Parameters

          • config: Config
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.log.html b/docs/functions/node.log.html index d1fea94..a140191 100644 --- a/docs/functions/node.log.html +++ b/docs/functions/node.log.html @@ -1 +1 @@ -log | utils - v0.4.0

        Function log

        Generated using TypeDoc

        \ No newline at end of file +log | utils - v0.4.0

        Function log

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.parseFile.html b/docs/functions/node.parseFile.html index ad562b8..281c88b 100644 --- a/docs/functions/node.parseFile.html +++ b/docs/functions/node.parseFile.html @@ -1,2 +1,2 @@ parseFile | utils - v0.4.0

        Function parseFile

        • parses and saves a file

          -

          Parameters

          • bname: string
          • filepath: string
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.pgDateToJs.html b/docs/functions/node.pgDateToJs.html index dcc1984..280b319 100644 --- a/docs/functions/node.pgDateToJs.html +++ b/docs/functions/node.pgDateToJs.html @@ -2,4 +2,4 @@

        Parameters

        Returns Date

        javascript Date

        See

        https://docs.aws.amazon.com/neptune/latest/userguide/best-practices-gremlin-datetime-glv.html

        -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.readCsvDir.html b/docs/functions/node.readCsvDir.html index c3aa927..46bf811 100644 --- a/docs/functions/node.readCsvDir.html +++ b/docs/functions/node.readCsvDir.html @@ -1,2 +1,2 @@ readCsvDir | utils - v0.4.0

        Function readCsvDir

        • retrieves all filenames with .csv extension at path

          -

          Parameters

          • csvDir: string
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.recordsCreatedHandler.html b/docs/functions/node.recordsCreatedHandler.html index 0a0d9b2..39f0c99 100644 --- a/docs/functions/node.recordsCreatedHandler.html +++ b/docs/functions/node.recordsCreatedHandler.html @@ -1,3 +1,3 @@ -recordsCreatedHandler | utils - v0.4.0

        Function recordsCreatedHandler

        • reduces a Promise.allSettled response to {success[], failure[]} object

          +recordsCreatedHandler | utils - v0.4.0

          Function recordsCreatedHandler

          • reduces a Promise.allSettled response to {success[], failure[]} object

            Parameters

            • result: PromiseSettledResult<unknown[]>[]

              PromiseSettledResult

              -

            Returns {
                failure: string[];
                success: any[];
            }

            • failure: string[]
            • success: any[]

          Generated using TypeDoc

          \ No newline at end of file +

        Returns {
            failure: string[];
            success: unknown[];
        }

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.throwIfEmpty.html b/docs/functions/node.throwIfEmpty.html index cf8141b..2c7862b 100644 --- a/docs/functions/node.throwIfEmpty.html +++ b/docs/functions/node.throwIfEmpty.html @@ -1 +1 @@ -throwIfEmpty | utils - v0.4.0

        Function throwIfEmpty

        Generated using TypeDoc

        \ No newline at end of file +throwIfEmpty | utils - v0.4.0

        Function throwIfEmpty

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.throwInvalidQuery.html b/docs/functions/node.throwInvalidQuery.html index 1fcd2d5..a8a01a9 100644 --- a/docs/functions/node.throwInvalidQuery.html +++ b/docs/functions/node.throwInvalidQuery.html @@ -1 +1 @@ -throwInvalidQuery | utils - v0.4.0

        Function throwInvalidQuery

        Generated using TypeDoc

        \ No newline at end of file +throwInvalidQuery | utils - v0.4.0

        Function throwInvalidQuery

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.tinkerData-1.html b/docs/functions/node.tinkerData-1.html index 2ad881d..5b96366 100644 --- a/docs/functions/node.tinkerData-1.html +++ b/docs/functions/node.tinkerData-1.html @@ -1,2 +1,2 @@ tinkerData | utils - v0.4.0

        Function tinkerData

        • merges vertices and edges into a tinkergraph based on a specification

          -

          Parameters

          Returns Promise<{
              failure: string[];
              success: string[];
          }>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<{
            failure: string[];
            success: string[];
        }>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.tinkerDataEdge-1.html b/docs/functions/node.tinkerDataEdge-1.html index 39ca747..afe86d8 100644 --- a/docs/functions/node.tinkerDataEdge-1.html +++ b/docs/functions/node.tinkerDataEdge-1.html @@ -1 +1 @@ -tinkerDataEdge | utils - v0.4.0

        Function tinkerDataEdge

        Generated using TypeDoc

        \ No newline at end of file +tinkerDataEdge | utils - v0.4.0

        Function tinkerDataEdge

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.tinkerDataVertex-1.html b/docs/functions/node.tinkerDataVertex-1.html index 6e911b8..6b13700 100644 --- a/docs/functions/node.tinkerDataVertex-1.html +++ b/docs/functions/node.tinkerDataVertex-1.html @@ -1 +1 @@ -tinkerDataVertex | utils - v0.4.0

        Function tinkerDataVertex

        Generated using TypeDoc

        \ No newline at end of file +tinkerDataVertex | utils - v0.4.0

        Function tinkerDataVertex

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.tinkergraphToNeptuneCsv.html b/docs/functions/node.tinkergraphToNeptuneCsv.html index 74b00b4..09f3897 100644 --- a/docs/functions/node.tinkergraphToNeptuneCsv.html +++ b/docs/functions/node.tinkergraphToNeptuneCsv.html @@ -1 +1 @@ -tinkergraphToNeptuneCsv | utils - v0.4.0

        Function tinkergraphToNeptuneCsv

        Generated using TypeDoc

        \ No newline at end of file +tinkergraphToNeptuneCsv | utils - v0.4.0

        Function tinkergraphToNeptuneCsv

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.transformAndSaveTinkerData.html b/docs/functions/node.transformAndSaveTinkerData.html index c5b6f74..8329e9f 100644 --- a/docs/functions/node.transformAndSaveTinkerData.html +++ b/docs/functions/node.transformAndSaveTinkerData.html @@ -1,5 +1,5 @@ -transformAndSaveTinkerData | utils - v0.4.0

        Function transformAndSaveTinkerData

        • transforms a CSV file to TinkerData and saves it as dataKey || bname

          +transformAndSaveTinkerData | utils - v0.4.0

          Function transformAndSaveTinkerData

          • transforms a CSV file to TinkerData and saves it as dataKey || bname

            Parameters

            • bname: string

              filename of the CSV file without extension

            • spec: ConfigSpec

              associated ConfigSpec

              -
            • Optional dataKey: string

              generally only used when spec.recursive = actualBname

              -
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

          Generated using TypeDoc

          \ No newline at end of file +
        • dataKey: string

          generally only used when spec.recursive = actualBname

          +
        • store: {
              files: Set<string>;
              parsed: Map<string, CsvParsed>;
              transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>;
          } = ...
          • files: Set<string>
          • parsed: Map<string, CsvParsed>
          • transformed: Map<string, {
                data: {
                    edges: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId?: NumStr;
                }[] | {
                    edges?: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId: NumStr;
                }[];
                spec: ConfigSpec;
            }>

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.transformConfigFiles.html b/docs/functions/node.transformConfigFiles.html index e007d54..a7208ef 100644 --- a/docs/functions/node.transformConfigFiles.html +++ b/docs/functions/node.transformConfigFiles.html @@ -1,2 +1,2 @@ transformConfigFiles | utils - v0.4.0

        Function transformConfigFiles

        • transforms all ConfigSpecs in Config.files and saves each as TinkerData

          -

          Parameters

          • config: Config
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.transformPropertiesAndLabels.html b/docs/functions/node.transformPropertiesAndLabels.html new file mode 100644 index 0000000..aedca3c --- /dev/null +++ b/docs/functions/node.transformPropertiesAndLabels.html @@ -0,0 +1,2 @@ +transformPropertiesAndLabels | utils - v0.4.0

        Function transformPropertiesAndLabels

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.transformPropsAndLabels.html b/docs/functions/node.transformPropsAndLabels.html deleted file mode 100644 index 0040c4d..0000000 --- a/docs/functions/node.transformPropsAndLabels.html +++ /dev/null @@ -1,2 +0,0 @@ -transformPropsAndLabels | utils - v0.4.0

        Function transformPropsAndLabels

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.transformUnmappedFiles.html b/docs/functions/node.transformUnmappedFiles.html index 691be14..0239547 100644 --- a/docs/functions/node.transformUnmappedFiles.html +++ b/docs/functions/node.transformUnmappedFiles.html @@ -1,2 +1,2 @@ transformUnmappedFiles | utils - v0.4.0

        Function transformUnmappedFiles

        • transforms unmapped csv files and saves each as TinkerData

          -

          Parameters

          • config: Config
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.validateNumStr.html b/docs/functions/node.validateNumStr.html index 1f5d814..84808d3 100644 --- a/docs/functions/node.validateNumStr.html +++ b/docs/functions/node.validateNumStr.html @@ -1 +1 @@ -validateNumStr | utils - v0.4.0

        Function validateNumStr

        Generated using TypeDoc

        \ No newline at end of file +validateNumStr | utils - v0.4.0

        Function validateNumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.BaseOptions.html b/docs/interfaces/node.BaseOptions.html new file mode 100644 index 0000000..9491e28 --- /dev/null +++ b/docs/interfaces/node.BaseOptions.html @@ -0,0 +1,7 @@ +BaseOptions | utils - v0.4.0

        Interface BaseOptions

        base opts for a gremlin traversal

        +

        Param

        if false returns a GroovyTraveral for chaining

        +

        Param

        e.g. traversal.range(limitX, limitY)

        +

        Param

        e.g. traversal.range(limitX, limitY)

        +

        Hierarchy

        • BaseOptions

        Indexable

        [x: string]: unknown

        Properties

        Properties

        limitX?: number
        limitY?: number

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.BaseOpts.html b/docs/interfaces/node.BaseOpts.html deleted file mode 100644 index 2a63f29..0000000 --- a/docs/interfaces/node.BaseOpts.html +++ /dev/null @@ -1,6 +0,0 @@ -BaseOpts | utils - v0.4.0

        Interface BaseOpts

        base opts for a gremlin traversal

        -

        Hierarchy

        • BaseOpts

        Indexable

        [x: string]: unknown

        Properties

        Properties

        limitX?: number

        e.g. traversal.range(limitX, limitY)

        -
        limitY?: number

        e.g. traversal.range(limitX, limitY)

        -

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.CombineProps.html b/docs/interfaces/node.CombineProperties.html similarity index 83% rename from docs/interfaces/node.CombineProps.html rename to docs/interfaces/node.CombineProperties.html index aff944e..1b2e72e 100644 --- a/docs/interfaces/node.CombineProps.html +++ b/docs/interfaces/node.CombineProperties.html @@ -1,5 +1,5 @@ -CombineProps | utils - v0.4.0

        Interface CombineProps

        Hierarchy

        Properties

        as?: string[]
        elKeys?: (string | EnumValue)[]
        elements?: GroovyTraversal
        traversals?: GroovyTraversal[]

        Generated using TypeDoc

        \ No newline at end of file +CombineProperties | utils - v0.4.0

        Interface CombineProperties

        Hierarchy

        Properties

        as?: string[]
        elKeys?: (string | EnumValue)[]
        elements?: GroovyTraversal
        traversals?: GroovyTraversal[]

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.ConfigSpecColMap.html b/docs/interfaces/node.ConfigSpecColMap.html index 796aeb1..d58b9a6 100644 --- a/docs/interfaces/node.ConfigSpecColMap.html +++ b/docs/interfaces/node.ConfigSpecColMap.html @@ -1,16 +1,16 @@ ConfigSpecColMap | utils - v0.4.0

        Interface ConfigSpecColMap

        specifies how to transform a CSV into a TinkerData configuration

        -

        Hierarchy

        • ConfigSpecColMap

        Properties

        Param

        p: property | l: label + default col assignment for unassigned columns + will ignore unknown columns if not set

        +

        Param

        always ignore these columns

        +

        Param

        whether to ignore empty columns

        +

        Param

        map specific col indexes to labels

        +

        Param

        map specific col indexes to properties

        +

        Param

        mutate the column's value

        +

        Hierarchy

        • ConfigSpecColMap

        Properties

        default?: "p" | "l"

        p: property | l: label - default col assignment for unassigned columns - will ignore unknown columns if not set

        -
        ignoreCols?: number[]

        always ignore these columns

        -
        ignoreEmptyCol?: boolean

        whether to ignore empty columns

        -
        l?: number[]

        map specific col indexes to labels

        -
        p?: number[]

        map specific col indexes to properties

        -
        transform?: ((i, col) => NeptuneValue)

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Properties

        default?: "p" | "l"
        ignoreCols?: number[]
        ignoreEmptyCol?: boolean
        l?: number[]
        p?: number[]
        transform?: ((index, col) => NeptuneValue)

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.EdgeConfig.html b/docs/interfaces/node.EdgeConfig.html index 308070d..37ae01e 100644 --- a/docs/interfaces/node.EdgeConfig.html +++ b/docs/interfaces/node.EdgeConfig.html @@ -1,6 +1,6 @@ -EdgeConfig | utils - v0.4.0

        Interface EdgeConfig

        Hierarchy

        • EdgeConfig

        Properties

        f +EdgeConfig | utils - v0.4.0

        Interface EdgeConfig

        Hierarchy

        • EdgeConfig

        Properties

        Properties

        p?: ((pl) => undefined | Record<string, NeptuneValue>)

        Type declaration

        recordId: PropLabelNumStr

        Generated using TypeDoc

        \ No newline at end of file +

        Properties

        p?: ((pl) => undefined | Record<string, NeptuneValue>)

        Type declaration

        recordId: PropLabelNumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.EdgeData.html b/docs/interfaces/node.EdgeData.html index 68e9ce2..dda037e 100644 --- a/docs/interfaces/node.EdgeData.html +++ b/docs/interfaces/node.EdgeData.html @@ -1,6 +1,6 @@ -EdgeData | utils - v0.4.0

        Interface EdgeData

        Hierarchy

        • EdgeData

        Properties

        f +EdgeData | utils - v0.4.0

        Interface EdgeData

        Hierarchy

        • EdgeData

        Properties

        Properties

        p?: Pick<PropsAndLabels, "p">
        recordId: NumStr

        Generated using TypeDoc

        \ No newline at end of file +

        Properties

        p?: Pick<PropertiesAndLabels, "p">
        recordId: NumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.ElementProps.html b/docs/interfaces/node.ElementProperties.html similarity index 85% rename from docs/interfaces/node.ElementProps.html rename to docs/interfaces/node.ElementProperties.html index 1bf2af1..671f9b4 100644 --- a/docs/interfaces/node.ElementProps.html +++ b/docs/interfaces/node.ElementProperties.html @@ -1,4 +1,4 @@ -ElementProps | utils - v0.4.0

        Interface ElementProps

        Hierarchy

        • ElementProps

        Properties

        Properties

        as?: string[]
        elKeys?: (string | EnumValue)[]
        elements?: GroovyTraversal

        Generated using TypeDoc

        \ No newline at end of file +ElementProperties | utils - v0.4.0

        Interface ElementProperties

        Hierarchy

        • ElementProperties

        Properties

        Properties

        as?: string[]
        elKeys?: (string | EnumValue)[]
        elements?: GroovyTraversal

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.PropsAndLabels.html b/docs/interfaces/node.PropertiesAndLabels.html similarity index 85% rename from docs/interfaces/node.PropsAndLabels.html rename to docs/interfaces/node.PropertiesAndLabels.html index be7e372..dea26b4 100644 --- a/docs/interfaces/node.PropsAndLabels.html +++ b/docs/interfaces/node.PropertiesAndLabels.html @@ -1,3 +1,3 @@ -PropsAndLabels | utils - v0.4.0

        Interface PropsAndLabels

        Hierarchy

        Properties

        l? -p? -

        Properties

        l?: NumStr[]
        p?: Record<string, NeptuneValue>

        Generated using TypeDoc

        \ No newline at end of file +PropertiesAndLabels | utils - v0.4.0

        Interface PropertiesAndLabels

        Hierarchy

        Properties

        l? +p? +

        Properties

        l?: NumStr[]
        p?: Record<string, NeptuneValue>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/interfaces/node.TinkerDataBase.html b/docs/interfaces/node.TinkerDataBase.html index 71dfb09..39ada30 100644 --- a/docs/interfaces/node.TinkerDataBase.html +++ b/docs/interfaces/node.TinkerDataBase.html @@ -1,6 +1,6 @@ TinkerDataBase | utils - v0.4.0

        Interface TinkerDataBase

        base TinkerData for vertices and edges

        -

        Hierarchy

        Properties

        Hierarchy

        Properties

        Properties

        edges?: EdgeData[]
        l?: NumStr[]
        p?: Record<string, NeptuneValue>
        recordId?: NumStr

        Generated using TypeDoc

        \ No newline at end of file +

        Properties

        edges?: EdgeData[]
        l?: NumStr[]
        p?: Record<string, NeptuneValue>
        recordId?: NumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/modules/browser.html b/docs/modules/browser.html index 9413f64..b67ae7c 100644 --- a/docs/modules/browser.html +++ b/docs/modules/browser.html @@ -1,16 +1,14 @@ -browser | utils - v0.4.0

        Module browser

        Index

        Variables

        MAP_EXT_TYPE +browser | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index 9ae966c..ec0c5e9 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1,6 +1,6 @@ -index | utils - v0.4.0

        Module index

        References

        BaseOpts +index | utils - v0.4.0

        Module index

        References

        Re-exports BaseOpts
        Re-exports Bytecode
        Re-exports CombineProps
        Re-exports Config
        Re-exports ConfigFilesMapValue
        Re-exports ConfigSpec
        Re-exports ConfigSpecColMap
        Re-exports ConfigSpecEdge
        Re-exports ConfigSpecGetter
        Re-exports ConfigSpecInject
        Re-exports ConfigSpecVertex
        Re-exports CsvParsed
        Re-exports EDir
        Re-exports EdgeConfig
        Re-exports EdgeData
        Re-exports ElementProps
        Re-exports EnumValue
        Re-exports Graph
        Re-exports GroovyTraversal
        Re-exports GroovyTraversalSource
        Re-exports MAP_EXT_TYPE
        Re-exports MSGPACK_HEADERS
        Re-exports NeptuneValue
        Re-exports NeptuneValueArray
        Re-exports NeptuneValueSingle
        Re-exports Nullable
        Re-exports NumStr
        Re-exports PropLabelNumStr
        Re-exports PropsAndLabels
        Re-exports SET_EXT_TYPE
        Re-exports TinkerData
        Re-exports TinkerDataBase
        Re-exports TinkerDataEdge
        Re-exports TinkerDataVertex
        Re-exports TraversalStrategies
        Re-exports Traverser
        Re-exports TraverserMap
        Re-exports WithOptions
        Re-exports bnameTofname
        Re-exports client
        Re-exports combineProps
        Re-exports common
        Re-exports csvToTinkerData
        Re-exports csvToTinkerDataEdge
        Re-exports csvToTinkerDataVertex
        Re-exports csvToTinkergraph
        Re-exports decoder
        Re-exports deepFreezeCopy
        Re-exports elementProps
        Re-exports encoder
        Re-exports extensionCodec
        Re-exports fnameToBname
        Re-exports fromBunBuffer
        Re-exports g
        Re-exports getBaseOpts
        Re-exports getEdgeLabel
        Re-exports getLabel
        Re-exports getStore
        Re-exports getVertexLabel
        Re-exports go
        Re-exports groupByIdentity
        Re-exports hashId
        Re-exports keys
        Re-exports loadTinkerData
        Re-exports log
        Re-exports mapToJsonIterator
        Re-exports mapTojsonReplacer
        Re-exports msgpackToJson
        Re-exports msgpackToJsonIterator
        Re-exports parseFile
        Re-exports pgDateToJs
        Re-exports readCsvDir
        Re-exports recordsCreatedHandler
        Re-exports throwIfEmpty
        Re-exports throwInvalidQuery
        Re-exports tinkerData
        Re-exports tinkerDataEdge
        Re-exports tinkerDataVertex
        Re-exports tinkergraphToNeptuneCsv
        Re-exports toBunBuffer
        Re-exports toJson
        Re-exports toJsonStringified
        Re-exports transformAndSaveTinkerData
        Re-exports transformConfigFiles
        Re-exports transformPropsAndLabels
        Re-exports transformUnmappedFiles
        Re-exports validateNumStr

        Generated using TypeDoc

        \ No newline at end of file +

        References

        Re-exports BaseOptions
        Re-exports Bytecode
        Re-exports CombineProperties
        Re-exports Config
        Re-exports ConfigFilesMapValue
        Re-exports ConfigSpec
        Re-exports ConfigSpecColMap
        Re-exports ConfigSpecEdge
        Re-exports ConfigSpecGetter
        Re-exports ConfigSpecInject
        Re-exports ConfigSpecVertex
        Re-exports CsvParsed
        Re-exports EDir
        Re-exports EdgeConfig
        Re-exports EdgeData
        Re-exports ElementProperties
        Re-exports EnumValue
        Re-exports Graph
        Re-exports GroovyTraversal
        Re-exports GroovyTraversalSource
        Re-exports MAP_EXT_TYPE
        Re-exports MSGPACK_HEADERS
        Re-exports NeptuneValue
        Re-exports NeptuneValueArray
        Re-exports NeptuneValueSingle
        Re-exports Nullable
        Re-exports NumStr
        Re-exports PropLabelNumStr
        Re-exports PropertiesAndLabels
        Re-exports SET_EXT_TYPE
        Re-exports TinkerData
        Re-exports TinkerDataBase
        Re-exports TinkerDataEdge
        Re-exports TinkerDataVertex
        Re-exports TraversalStrategies
        Re-exports Traverser
        Re-exports TraverserMap
        Re-exports WithOptions
        Re-exports bnameTofname
        Re-exports client
        Re-exports combineProps
        Re-exports common
        Re-exports csvToTinkerData
        Re-exports csvToTinkerDataEdge
        Re-exports csvToTinkerDataVertex
        Re-exports csvToTinkergraph
        Re-exports decoder
        Re-exports deepFreezeCopy
        Re-exports elementProps
        Re-exports encoder
        Re-exports extensionCodec
        Re-exports fnameToBname
        Re-exports g
        Re-exports getBaseOpts
        Re-exports getEdgeLabel
        Re-exports getLabel
        Re-exports getStore
        Re-exports getVertexLabel
        Re-exports go
        Re-exports groupByIdentity
        Re-exports hashId
        Re-exports keys
        Re-exports loadTinkerData
        Re-exports log
        Re-exports mapToJsonIterator
        Re-exports mapTojsonReplacer
        Re-exports msgpackToJson
        Re-exports msgpackToJsonIterator
        Re-exports parseFile
        Re-exports pgDateToJs
        Re-exports readCsvDir
        Re-exports recordsCreatedHandler
        Re-exports throwIfEmpty
        Re-exports throwInvalidQuery
        Re-exports tinkerData
        Re-exports tinkerDataEdge
        Re-exports tinkerDataVertex
        Re-exports tinkergraphToNeptuneCsv
        Re-exports toJson
        Re-exports toJsonStringified
        Re-exports transformAndSaveTinkerData
        Re-exports transformConfigFiles
        Re-exports transformPropertiesAndLabels
        Re-exports transformUnmappedFiles
        Re-exports validateNumStr

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/modules/node.html b/docs/modules/node.html index 9e00c71..e698e2b 100644 --- a/docs/modules/node.html +++ b/docs/modules/node.html @@ -1,28 +1,26 @@ -node | utils - v0.4.0

        Module node

        References

        MAP_EXT_TYPE +node | utils - v0.4.0

        Module node

        References

        Re-exports MAP_EXT_TYPE
        Re-exports MSGPACK_HEADERS
        Re-exports SET_EXT_TYPE
        Re-exports decoder
        Re-exports deepFreezeCopy
        Re-exports encoder
        Re-exports extensionCodec
        Re-exports fromBunBuffer
        Re-exports mapToJsonIterator
        Re-exports mapTojsonReplacer
        Re-exports msgpackToJson
        Re-exports msgpackToJsonIterator
        Re-exports toBunBuffer
        Re-exports toJson
        Re-exports toJsonStringified

        Generated using TypeDoc

        \ No newline at end of file +

        References

        Re-exports MAP_EXT_TYPE
        Re-exports MSGPACK_HEADERS
        Re-exports SET_EXT_TYPE
        Re-exports decoder
        Re-exports deepFreezeCopy
        Re-exports encoder
        Re-exports extensionCodec
        Re-exports mapToJsonIterator
        Re-exports mapTojsonReplacer
        Re-exports msgpackToJson
        Re-exports msgpackToJsonIterator
        Re-exports toJson
        Re-exports toJsonStringified

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.Bytecode.html b/docs/types/node.Bytecode.html index adf472f..e346790 100644 --- a/docs/types/node.Bytecode.html +++ b/docs/types/node.Bytecode.html @@ -1 +1 @@ -Bytecode | utils - v0.4.0

        Type alias Bytecode

        Bytecode: Bytecode

        Generated using TypeDoc

        \ No newline at end of file +Bytecode | utils - v0.4.0

        Type alias Bytecode

        Bytecode: Bytecode

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.Config.html b/docs/types/node.Config.html index 09267c3..bcfe9db 100644 --- a/docs/types/node.Config.html +++ b/docs/types/node.Config.html @@ -1,2 +1,7 @@ Config | utils - v0.4.0

        Type alias Config

        Config: RequireAtLeastOne<{
            csvDir: string;
            files?: Map<string, ConfigFilesMapValue>;
            getSpec?: ConfigSpecGetter;
            includeUnmappedFiles?: boolean;
            persistResultLog?: boolean;
        }, "files" | "getSpec">

        Loader Configuration

        -

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Type declaration

        Param

        absolute path to directory containing csv files

        +

        Param

        map of filenames to explicit ConfigSpecs definitions

        +

        Param

        ConfigSpecGetter called for each load file

        +

        Param

        if true, will process any csv if getSpec returns a valid ConfigSpec

        +

        Param

        will save whatever is returned from tinkergraph to file

        +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigFilesMapValue.html b/docs/types/node.ConfigFilesMapValue.html index 0d8f576..22a8e2d 100644 --- a/docs/types/node.ConfigFilesMapValue.html +++ b/docs/types/node.ConfigFilesMapValue.html @@ -1,2 +1,2 @@ ConfigFilesMapValue | utils - v0.4.0

        Type alias ConfigFilesMapValue

        ConfigFilesMapValue: ConfigSpec | ((fname) => ConfigSpec)

        utility type to match expected type of Config['files']

        -

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigSpec.html b/docs/types/node.ConfigSpec.html index 6dde67c..f2bc523 100644 --- a/docs/types/node.ConfigSpec.html +++ b/docs/types/node.ConfigSpec.html @@ -1 +1 @@ -ConfigSpec | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file +ConfigSpec | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigSpecEdge.html b/docs/types/node.ConfigSpecEdge.html index 89070b4..0354cbc 100644 --- a/docs/types/node.ConfigSpecEdge.html +++ b/docs/types/node.ConfigSpecEdge.html @@ -1,2 +1,2 @@ ConfigSpecEdge | utils - v0.4.0

        Type alias ConfigSpecEdge

        ConfigSpecEdge: ConfigSpecBase & {
            edges: EdgeConfig[];
            type: "e";
        }

        Edge ConfigSpec

        -

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigSpecGetter.html b/docs/types/node.ConfigSpecGetter.html index 7a7e38d..9fe53ac 100644 --- a/docs/types/node.ConfigSpecGetter.html +++ b/docs/types/node.ConfigSpecGetter.html @@ -1,3 +1,3 @@ ConfigSpecGetter | utils - v0.4.0

        Type alias ConfigSpecGetter

        ConfigSpecGetter: ((basename) => ConfigSpec | undefined)

        Type declaration

          • (basename): ConfigSpec | undefined
          • Parameters

            • basename: string

              the filename with no extension

            Returns ConfigSpec | undefined

            specification ConfigSpec or undefined to ignore this file

            -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigSpecInject.html b/docs/types/node.ConfigSpecInject.html index 1244100..dbaf20b 100644 --- a/docs/types/node.ConfigSpecInject.html +++ b/docs/types/node.ConfigSpecInject.html @@ -1,2 +1,4 @@ ConfigSpecInject | utils - v0.4.0

        Type alias ConfigSpecInject

        ConfigSpecInject: RequireAtLeastOne<{
            l?: NumStr[];
            p?: Record<string, NeptuneValue>;
        }, "l" | "p">

        inject new labels / properties before any other transformations take place

        -

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Type declaration

        Param

        labels

        +

        Param

        properties

        +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.ConfigSpecVertex.html b/docs/types/node.ConfigSpecVertex.html index e128c32..c2305a5 100644 --- a/docs/types/node.ConfigSpecVertex.html +++ b/docs/types/node.ConfigSpecVertex.html @@ -1,2 +1,2 @@ ConfigSpecVertex | utils - v0.4.0

        Type alias ConfigSpecVertex

        ConfigSpecVertex: ConfigSpecBase & {
            colMap: ConfigSpecColMap;
            recordId: PropLabelNumStr;
            type: "v";
        }

        Vertex ConfigSpec

        -

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.CsvParsed.html b/docs/types/node.CsvParsed.html index 887d35e..a754b13 100644 --- a/docs/types/node.CsvParsed.html +++ b/docs/types/node.CsvParsed.html @@ -1 +1 @@ -CsvParsed | utils - v0.4.0

        Type alias CsvParsed

        CsvParsed: string[][]

        Generated using TypeDoc

        \ No newline at end of file +CsvParsed | utils - v0.4.0

        Type alias CsvParsed

        CsvParsed: string[][]

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.EnumValue.html b/docs/types/node.EnumValue.html index 7f7e94a..ec750ee 100644 --- a/docs/types/node.EnumValue.html +++ b/docs/types/node.EnumValue.html @@ -1 +1 @@ -EnumValue | utils - v0.4.0

        Type alias EnumValue

        EnumValue: EnumValue

        Generated using TypeDoc

        \ No newline at end of file +EnumValue | utils - v0.4.0

        Type alias EnumValue

        EnumValue: EnumValue

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.Graph.html b/docs/types/node.Graph.html index 22547bb..1cf5371 100644 --- a/docs/types/node.Graph.html +++ b/docs/types/node.Graph.html @@ -1 +1 @@ -Graph | utils - v0.4.0

        Type alias Graph

        Graph: structure.Graph

        Generated using TypeDoc

        \ No newline at end of file +Graph | utils - v0.4.0

        Type alias Graph

        Graph: structure.Graph

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.NeptuneValue.html b/docs/types/node.NeptuneValue.html index 333ed72..b5619f3 100644 --- a/docs/types/node.NeptuneValue.html +++ b/docs/types/node.NeptuneValue.html @@ -1 +1 @@ -NeptuneValue | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file +NeptuneValue | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.NeptuneValueArray.html b/docs/types/node.NeptuneValueArray.html index 6347d78..472bdbe 100644 --- a/docs/types/node.NeptuneValueArray.html +++ b/docs/types/node.NeptuneValueArray.html @@ -1 +1 @@ -NeptuneValueArray | utils - v0.4.0

        Type alias NeptuneValueArray

        NeptuneValueArray: NeptuneValueSingle[]

        Generated using TypeDoc

        \ No newline at end of file +NeptuneValueArray | utils - v0.4.0

        Type alias NeptuneValueArray

        NeptuneValueArray: NeptuneValueSingle[]

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.NeptuneValueSingle.html b/docs/types/node.NeptuneValueSingle.html index e880be4..be913b9 100644 --- a/docs/types/node.NeptuneValueSingle.html +++ b/docs/types/node.NeptuneValueSingle.html @@ -1 +1 @@ -NeptuneValueSingle | utils - v0.4.0

        Type alias NeptuneValueSingle

        NeptuneValueSingle: NumStr | boolean | Date

        Generated using TypeDoc

        \ No newline at end of file +NeptuneValueSingle | utils - v0.4.0

        Type alias NeptuneValueSingle

        NeptuneValueSingle: NumStr | boolean | Date

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.Nullable.html b/docs/types/node.Nullable.html index 5714830..b5f492e 100644 --- a/docs/types/node.Nullable.html +++ b/docs/types/node.Nullable.html @@ -1 +1 @@ -Nullable | utils - v0.4.0

        Type alias Nullable<T>

        Nullable<T>: T | null

        Type Parameters

        • T

        Generated using TypeDoc

        \ No newline at end of file +Nullable | utils - v0.4.0

        Type alias Nullable<T>

        Nullable<T>: T | null

        Type Parameters

        • T

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.NumStr.html b/docs/types/node.NumStr.html index b7d6202..52a6f3d 100644 --- a/docs/types/node.NumStr.html +++ b/docs/types/node.NumStr.html @@ -1 +1 @@ -NumStr | utils - v0.4.0

        Type alias NumStr

        NumStr: string | number

        Generated using TypeDoc

        \ No newline at end of file +NumStr | utils - v0.4.0

        Type alias NumStr

        NumStr: string | number

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.PropLabelNumStr.html b/docs/types/node.PropLabelNumStr.html index 116953d..f2f1e77 100644 --- a/docs/types/node.PropLabelNumStr.html +++ b/docs/types/node.PropLabelNumStr.html @@ -1 +1 @@ -PropLabelNumStr | utils - v0.4.0

        Type alias PropLabelNumStr

        PropLabelNumStr: ((pl, record) => NumStr)

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file +PropLabelNumStr | utils - v0.4.0

        Type alias PropLabelNumStr

        PropLabelNumStr: ((pl, record) => NumStr)

        Type declaration

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.TinkerData.html b/docs/types/node.TinkerData.html index 1ffcad4..c42cb84 100644 --- a/docs/types/node.TinkerData.html +++ b/docs/types/node.TinkerData.html @@ -1 +1 @@ -TinkerData | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file +TinkerData | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.TinkerDataEdge.html b/docs/types/node.TinkerDataEdge.html index 8dc3c9d..cb5f167 100644 --- a/docs/types/node.TinkerDataEdge.html +++ b/docs/types/node.TinkerDataEdge.html @@ -1,2 +1,2 @@ TinkerDataEdge | utils - v0.4.0

        Type alias TinkerDataEdge

        TinkerDataEdge: SetRequired<TinkerDataBase, "edges">

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.TinkerDataVertex.html b/docs/types/node.TinkerDataVertex.html index 88503da..1893cef 100644 --- a/docs/types/node.TinkerDataVertex.html +++ b/docs/types/node.TinkerDataVertex.html @@ -1,2 +1,2 @@ TinkerDataVertex | utils - v0.4.0

        Type alias TinkerDataVertex

        TinkerDataVertex: SetRequired<TinkerDataBase, "recordId">

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.TraversalStrategies.html b/docs/types/node.TraversalStrategies.html index 967683d..037cf28 100644 --- a/docs/types/node.TraversalStrategies.html +++ b/docs/types/node.TraversalStrategies.html @@ -1 +1 @@ -TraversalStrategies | utils - v0.4.0

        Type alias TraversalStrategies

        TraversalStrategies: TraversalStrategies

        Generated using TypeDoc

        \ No newline at end of file +TraversalStrategies | utils - v0.4.0

        Type alias TraversalStrategies

        TraversalStrategies: TraversalStrategies

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.Traverser.html b/docs/types/node.Traverser.html index 9b1a0a6..b5bd63b 100644 --- a/docs/types/node.Traverser.html +++ b/docs/types/node.Traverser.html @@ -1 +1 @@ -Traverser | utils - v0.4.0

        Type alias Traverser

        Traverser: typeof Traverser

        Generated using TypeDoc

        \ No newline at end of file +Traverser | utils - v0.4.0

        Type alias Traverser

        Traverser: typeof Traverser

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.TraverserMap.html b/docs/types/node.TraverserMap.html index 432fe2a..b7b7076 100644 --- a/docs/types/node.TraverserMap.html +++ b/docs/types/node.TraverserMap.html @@ -1 +1 @@ -TraverserMap | utils - v0.4.0

        Type alias TraverserMap<T>

        TraverserMap<T>: Map<string, T>

        Type Parameters

        • T

        Generated using TypeDoc

        \ No newline at end of file +TraverserMap | utils - v0.4.0

        Type alias TraverserMap<T>

        TraverserMap<T>: Map<string, T>

        Type Parameters

        • T

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/types/node.WithOptions.html b/docs/types/node.WithOptions.html index c378697..dea5cf5 100644 --- a/docs/types/node.WithOptions.html +++ b/docs/types/node.WithOptions.html @@ -1,2 +1,2 @@ WithOptions | utils - v0.4.0

        Type alias WithOptions

        WithOptions: typeof gremlin.process.withOptions

        redeclare types

        -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.MAP_EXT_TYPE.html b/docs/variables/browser.MAP_EXT_TYPE.html index 070ffa7..a445f1b 100644 --- a/docs/variables/browser.MAP_EXT_TYPE.html +++ b/docs/variables/browser.MAP_EXT_TYPE.html @@ -1 +1 @@ -MAP_EXT_TYPE | utils - v0.4.0

        Variable MAP_EXT_TYPEConst

        MAP_EXT_TYPE: 1 = 1

        Generated using TypeDoc

        \ No newline at end of file +MAP_EXT_TYPE | utils - v0.4.0

        Variable MAP_EXT_TYPEConst

        MAP_EXT_TYPE: 1 = 1

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.MSGPACK_HEADERS.html b/docs/variables/browser.MSGPACK_HEADERS.html index a8f6f82..166904f 100644 --- a/docs/variables/browser.MSGPACK_HEADERS.html +++ b/docs/variables/browser.MSGPACK_HEADERS.html @@ -1 +1 @@ -MSGPACK_HEADERS | utils - v0.4.0

        Variable MSGPACK_HEADERSConst

        MSGPACK_HEADERS: {
            Content-Type: string;
        } = ...

        Type declaration

        • Content-Type: string

        Generated using TypeDoc

        \ No newline at end of file +MSGPACK_HEADERS | utils - v0.4.0

        Variable MSGPACK_HEADERSConst

        MSGPACK_HEADERS: {
            Content-Type: string;
        } = ...

        Type declaration

        • Content-Type: string

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.SET_EXT_TYPE.html b/docs/variables/browser.SET_EXT_TYPE.html index 7cf2382..668bf42 100644 --- a/docs/variables/browser.SET_EXT_TYPE.html +++ b/docs/variables/browser.SET_EXT_TYPE.html @@ -1 +1 @@ -SET_EXT_TYPE | utils - v0.4.0

        Variable SET_EXT_TYPEConst

        SET_EXT_TYPE: 0 = 0

        Generated using TypeDoc

        \ No newline at end of file +SET_EXT_TYPE | utils - v0.4.0

        Variable SET_EXT_TYPEConst

        SET_EXT_TYPE: 0 = 0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.decoder.html b/docs/variables/browser.decoder.html index dc72aac..8f7b114 100644 --- a/docs/variables/browser.decoder.html +++ b/docs/variables/browser.decoder.html @@ -5,4 +5,4 @@

        Throws

        DecodeError if the buffer contains invalid data.

      • decodeAsync: (<ContextType>(streamLike, options?) => Promise<unknown>)
      • Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.encoder.html b/docs/variables/browser.encoder.html index 91e30ec..b07f261 100644 --- a/docs/variables/browser.encoder.html +++ b/docs/variables/browser.encoder.html @@ -1,4 +1,4 @@ encoder | utils - v0.4.0

        Variable encoderConst

        encoder: {
            encode: (<ContextType>(value, options?) => Uint8Array);
        } = ...

        Type declaration

        • encode: (<ContextType>(value, options?) => Uint8Array)
            • <ContextType>(value, options?): Uint8Array
            • It encodes value in the MessagePack format and returns a byte buffer.

              The returned buffer is a slice of a larger ArrayBuffer, so you have to use its #byteOffset and #byteLength in order to convert it to another typed arrays including NodeJS Buffer.

              -

              Type Parameters

              • ContextType = undefined

              Parameters

              • value: unknown
              • Optional options: EncoderOptions<SplitUndefined<ContextType>>

              Returns Uint8Array

        Generated using TypeDoc

        \ No newline at end of file +

        Type Parameters

        Parameters

        Returns Uint8Array

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/browser.extensionCodec.html b/docs/variables/browser.extensionCodec.html index 80c05c7..c90b2f7 100644 --- a/docs/variables/browser.extensionCodec.html +++ b/docs/variables/browser.extensionCodec.html @@ -1 +1 @@ -extensionCodec | utils - v0.4.0

        Variable extensionCodecConst

        extensionCodec: ExtensionCodec<undefined> = ...

        Generated using TypeDoc

        \ No newline at end of file +extensionCodec | utils - v0.4.0

        Variable extensionCodecConst

        extensionCodec: ExtensionCodec<undefined> = ...

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/node.client.html b/docs/variables/node.client.html index 477554b..fe365ec 100644 --- a/docs/variables/node.client.html +++ b/docs/variables/node.client.html @@ -1 +1 @@ -client | utils - v0.4.0

        Variable clientConst

        client: Client = ...

        Generated using TypeDoc

        \ No newline at end of file +client | utils - v0.4.0

        Variable clientConst

        client: Client = ...

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/node.common.html b/docs/variables/node.common.html index 196e4cc..e8903b1 100644 --- a/docs/variables/node.common.html +++ b/docs/variables/node.common.html @@ -6,4 +6,4 @@ { x: [vID, eID, vID], y: [vID, eID, vID]} you can use go to automatically traverse this graph

        Parameters

        Returns {
            both: ((...args) => GroovyTraversal);
            bothE: ((...args) => GroovyTraversal);
            bothV: ((...args) => GroovyTraversal);
            in: ((...args) => GroovyTraversal);
            inE: ((...args) => GroovyTraversal);
            inV: ((...args) => GroovyTraversal);
            otherV: ((...args) => GroovyTraversal);
            out: ((...args) => GroovyTraversal);
            outE: ((...args) => GroovyTraversal);
            outV: ((...args) => GroovyTraversal);
            to: {
                e: ((...args) => GroovyTraversal);
                v: ((...args) => GroovyTraversal);
            };
        }

      • graphSONVersion: {
            v1_0: EnumValue;
            v2_0: EnumValue;
            v3_0: EnumValue;
        }
      • gremlin: __module
      • gryoVersion: {
            v1_0: EnumValue;
            v3_0: EnumValue;
        }
      • merge: Merge
      • operator: Operator
      • order: {
            asc: EnumValue;
            desc: EnumValue;
            shuffle: EnumValue;
        }
      • p: typeof P
      • pick: {
            any: EnumValue;
            none: EnumValue;
        }
      • pop: {
            all: EnumValue;
            first: EnumValue;
            last: EnumValue;
            mixed: EnumValue;
        }
      • scope: {
            global: EnumValue;
            local: EnumValue;
        }
      • statics: Statics<GraphTraversal>
      • t: {
            id: EnumValue;
            key: EnumValue;
            label: EnumValue;
            value: EnumValue;
        }
      • textp: typeof TextP
      • traversal: (<S>(traversalSourceClass?) => AnonymousTraversalSource<S>)
      • withOptions: WithOptions
      • See

        https://tinkerpop.apache.org/docs/3.7.0/reference/#gremlin-javascript-imports

        -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/variables/node.g.html b/docs/variables/node.g.html index bfbc45d..e0b5fef 100644 --- a/docs/variables/node.g.html +++ b/docs/variables/node.g.html @@ -1 +1 @@ -g | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file +g | utils - v0.4.0

        Generated using TypeDoc

        \ No newline at end of file diff --git a/typedoc.json b/typedoc.json index 67f1d6b..d9d9dcf 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,15 +9,15 @@ "emit": "docs", "entryPointStrategy": "expand", "gitRevision": "develop", - "excludeExternals": true, + "excludeExternals": false, "excludeNotDocumented": false, - "excludeReferences": true, + "excludeReferences": false, "externalPattern": ["**/node_modules/**"], "githubPages": true, "includeVersion": true, "out": "./docs", "skipErrorChecking": true, - "treatWarningsAsErrors": true, + "treatWarningsAsErrors": false, "tsconfig": "tsconfig.typedoc.json", "validation": { "notExported": true, From ba30334e4642b0a9daeee71f8c6590620c2b9af3 Mon Sep 17 00:00:00 2001 From: poop Date: Fri, 1 Dec 2023 19:31:14 -0800 Subject: [PATCH 2/3] update docs --- bun.lockb | Bin 157080 -> 157056 bytes package.json | 6 +++--- packages/utils/package.json | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bun.lockb b/bun.lockb index edcb8d7f4232f897877256b681c1464858d733d0..7ff5faa7997da27c54c9d79b128593f2ba4771f5 100755 GIT binary patch delta 333 zcmbPnnzP|F=LA2d4=Ec1WIFU%85kHIGBGf)0O_Yd8U%3Do2_b$cyvk9v-#%~@gJ=B zfkr>rF51gj&&Uh1?hz0_2I42%7xpnuW?_7@-E=bJeD3Kt<}oTTCQbi2k5Qc&=#uI3 z^BHy7E%Z!H^b8oL2hV5x%Vw-+1Y(CRV60&=vD7n|-f)yrWc#ZHjCVYyKX}PFhik(t zMzAkFyqezjiqUEMF(ARI@ERhxYP;ZT#)B1HFOq?l1Hp&n>35QubT}3vXfb=sU4Fb67%~mx=Jh~+5+5B^g_z%_x zK%*aS7wu)NXXFK0_ZWzu0P)l93;P%+voLmjif=yF8{hK3I( z*XfEVv0dU|1gbUDGn{_pCF4A<6R#M-e&cvOJ?9mp)AS9m7#%n*UPA;AZU6a-@n8if zLkiGIK)^A*Foj7~_z~;jWO2bd|%4| diff --git a/package.json b/package.json index b81f8cb..3ff5555 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "husky install" }, "devDependencies": { - "@eslint/js": "^8.54.0", + "@eslint/js": "8.54.0", "@stylistic/eslint-plugin": "1.4.1", "@types/eslint": "8.44.7", "@types/gremlin": "3.6", @@ -26,12 +26,12 @@ "bun-types": "1.0.14", "eslint": "8.54.0", "eslint-import-resolver-typescript": "3.6.1", - "eslint-plugin-eslint-comments": "^3.2.0", + "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "npm:eslint-plugin-i@latest", "eslint-plugin-jsonc": "2.10.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-tsdoc": "0.2.17", - "eslint-plugin-unicorn": "^49.0.0", + "eslint-plugin-unicorn": "49.0.0", "globals": "13.23.0", "gremlin": "3.6.2", "hono": "3.10.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index 568e6d3..f020d90 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -76,8 +76,5 @@ "noDetailWhenFailed": true, "reportSemanticError": true, "jsonOutput": false - }, - "devDependencies": { - "eslint-import-resolver-typescript": "^3.6.1" } } From 47c304fe2ff7c48425a00a819f952053d83f1b6f Mon Sep 17 00:00:00 2001 From: poop Date: Fri, 1 Dec 2023 20:05:25 -0800 Subject: [PATCH 3/3] tests with types --- docs/assets/search.js | 2 +- docs/classes/node.GroovyTraversal.html | 119 +----------------- docs/classes/node.GroovyTraversalSource.html | 20 +-- docs/coverage.svg | 4 +- docs/enums/node.EDir.html | 2 +- docs/functions/browser.deepFreezeCopy.html | 2 +- docs/functions/browser.mapToJsonIterator.html | 2 +- docs/functions/browser.mapTojsonReplacer.html | 2 +- docs/functions/browser.msgpackToJson.html | 2 +- .../browser.msgpackToJsonIterator.html | 2 +- docs/functions/browser.toJson.html | 2 +- docs/functions/browser.toJsonStringified.html | 2 +- docs/functions/node.bnameTofname.html | 2 +- docs/functions/node.combineProps.html | 2 +- docs/functions/node.csvToTinkerData.html | 2 +- docs/functions/node.csvToTinkerDataEdge.html | 2 +- .../functions/node.csvToTinkerDataVertex.html | 2 +- docs/functions/node.csvToTinkergraph.html | 2 +- docs/functions/node.elementProps.html | 2 +- docs/functions/node.fnameToBname.html | 2 +- docs/functions/node.getBaseOpts.html | 2 +- docs/functions/node.getEdgeLabel.html | 2 +- docs/functions/node.getLabel.html | 2 +- docs/functions/node.getStore.html | 2 +- docs/functions/node.getVertexLabel.html | 2 +- docs/functions/node.go.html | 2 +- docs/functions/node.groupByIdentity.html | 2 +- docs/functions/node.hashId.html | 2 +- docs/functions/node.keys.html | 2 +- docs/functions/node.loadTinkerData.html | 2 +- docs/functions/node.log.html | 2 +- docs/functions/node.parseFile.html | 2 +- docs/functions/node.pgDateToJs.html | 2 +- docs/functions/node.readCsvDir.html | 2 +- .../functions/node.recordsCreatedHandler.html | 2 +- docs/functions/node.throwIfEmpty.html | 2 +- docs/functions/node.throwInvalidQuery.html | 2 +- docs/functions/node.tinkerData-1.html | 2 +- docs/functions/node.tinkerDataEdge-1.html | 2 +- docs/functions/node.tinkerDataVertex-1.html | 2 +- .../node.tinkergraphToNeptuneCsv.html | 2 +- .../node.transformAndSaveTinkerData.html | 2 +- docs/functions/node.transformConfigFiles.html | 2 +- .../node.transformPropertiesAndLabels.html | 2 +- .../node.transformUnmappedFiles.html | 2 +- docs/functions/node.validateNumStr.html | 2 +- docs/index.html | 2 +- docs/interfaces/node.BaseOptions.html | 2 +- docs/interfaces/node.CombineProperties.html | 2 +- docs/interfaces/node.ConfigSpecColMap.html | 2 +- docs/interfaces/node.EdgeConfig.html | 2 +- docs/interfaces/node.EdgeData.html | 2 +- docs/interfaces/node.ElementProperties.html | 2 +- docs/interfaces/node.PropertiesAndLabels.html | 2 +- docs/interfaces/node.TinkerDataBase.html | 2 +- docs/modules/browser.html | 2 +- docs/modules/index.html | 2 +- docs/modules/node.html | 2 +- docs/types/node.Bytecode.html | 2 +- docs/types/node.Config.html | 2 +- docs/types/node.ConfigFilesMapValue.html | 2 +- docs/types/node.ConfigSpec.html | 2 +- docs/types/node.ConfigSpecEdge.html | 2 +- docs/types/node.ConfigSpecGetter.html | 2 +- docs/types/node.ConfigSpecInject.html | 2 +- docs/types/node.ConfigSpecVertex.html | 2 +- docs/types/node.CsvParsed.html | 2 +- docs/types/node.EnumValue.html | 2 +- docs/types/node.Graph.html | 2 +- docs/types/node.NeptuneValue.html | 2 +- docs/types/node.NeptuneValueArray.html | 2 +- docs/types/node.NeptuneValueSingle.html | 2 +- docs/types/node.Nullable.html | 2 +- docs/types/node.NumStr.html | 2 +- docs/types/node.PropLabelNumStr.html | 2 +- docs/types/node.TinkerData.html | 2 +- docs/types/node.TinkerDataEdge.html | 2 +- docs/types/node.TinkerDataVertex.html | 2 +- docs/types/node.TraversalStrategies.html | 2 +- docs/types/node.Traverser.html | 2 +- docs/types/node.TraverserMap.html | 2 +- docs/types/node.WithOptions.html | 2 +- docs/variables/browser.MAP_EXT_TYPE.html | 2 +- docs/variables/browser.MSGPACK_HEADERS.html | 2 +- docs/variables/browser.SET_EXT_TYPE.html | 2 +- docs/variables/browser.decoder.html | 2 +- docs/variables/browser.encoder.html | 2 +- docs/variables/browser.extensionCodec.html | 2 +- docs/variables/node.client.html | 2 +- docs/variables/node.common.html | 8 +- docs/variables/node.g.html | 2 +- typedoc.json | 7 +- 92 files changed, 100 insertions(+), 232 deletions(-) diff --git a/docs/assets/search.js b/docs/assets/search.js index 594e34c..668ac5d 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAA9VdW3cct5H+L+QrxQyq73qzZSbxZuN4I0abHB4fndGwSU08t50Z0tb6+L9vA2h0F6qr+k5p9cRLF+oroAoF4Gug8dvFcf/L6eL13W8XP6939xev4epit9zmF68vPugn+fHi6uLpuCn+3u7vnzb56Q/l/68/nreb4uFqszyd8kLFxcXvV00tu/193lCh/9mzfPFn/mtDgflvq4Y4rFTc5/nhj8c8/9/8zf7wqdL18LRbndf7XV0jX5BRf3VxWB7z3Rm1Dou4XR5u9/9x2u++P+fH5Xl/bAFtyE7F/Xeh6+/5YbNc5Z24WHYC7tlUoAXMCkxGeHs+rneP64d1ft8JhmSH4gZ1+OW7VRGrdTs+L4/r5QfcDUqJwXWLoiCuYN6/P3865D1RLivpVjBXBoGqBYSkasMwr6tCvaCvS0vnrHb5v1L1KzXQFlcD1tv3eZe3S4kX9jZG6ettZ7vgbft4GOZ1VagX9GRvyyb097Zvi6tBa6N8c/q0W40yy5X80s1j7HBtFIxrI1sXPgn+es53pyLHvink2lrKF5yQdv/69k8/fvPmL+//fPPNdzd/f9sCSSRfuGNyaH07KK2TEJNv9ruiEc+vbkdbcl2qeH87wqxmlCK3vL25fX/zz9v3t//68abFNiw2JQi++bEPGhabMnc6PR6Wq5/7z9s4+bnw++IOxQtVFgaLzqlxY55+2RDkEXd+sqVw8ry4icjJjgdlJ8UCKJEdBUpmxE2kSmCCem46LCH5sqNA6Vy4CVVLjAKg0y8uDCcBCAMZUxEqOApOGsWaeE3JUYBsfm6iEbFxdeOSM1MxX2xcB27NzEwnFuSng/cF7QuWVjA3363rKuW7p22pW/+/PckTlaqezeyfzq0qL62ArNaI8rrXu3bV6/Y2oJrROPi4ZwY/U+ZxP6glWqd2vOrL4mfHbM6JF2YKE7hzVwVqlGsj2wU0cOHQA9QtFUBeTzXgta0SkzAO+7pPKzcKvkgzXFcrTIAxRl2LS8znkQY9//9pm+fq93BU2zxLbfNhf/7Y36ZS+nP3Fg3bTT8062/Mban4zTAT2kfPl6v6TTetwNf9pq3y74YZ8e4LVf6dq3w0sPLvpMoXz/LjgNpX8p+7+ha4Cvwh3i9tFlpgvRtQfSv8ueteoFYVH9LltbWS35/OQ7xupT+7zwvYquLZEI9re0V/D8h0Vvjz+7vKckNqrY0VKz0E/YtU2dU4GVTjlvge4OZS+gvEd+VoNaTexl655oMs+DL1rqo9ZCTT1rLM7Gq/3aLVcM3JGh326XxrNVl9F/WO5CX3PR7z7Wbdpy6OXa9LdII2HelhHwagHromn70Qz8flc348LTcDkKsyXVNAyYJpzsX4LorDxQBLagVSq3x3XBcCf8+3+3P+Zr/b5aY7DTBRVDDVX+/fD7DCCE+OkPzX85C4NPKzxOZ36+PwhkdlPn9kVug914d+WNa2Cw3y7d9u/zzJmmut4VUHoSEY1eGsh+N+OyQ2GeOMipex7vsfpplmys9u1d/+cTvNrELBy7QXoixHGXbev4xdj0PseuzgUl8oCVTTpS6SwG8Cjz+ezwT3S9xzek+Ncr/NGC+t1unQGTKtaJj4kv4UzK3o0HQGw3vR6vNafZ0P662y5V+08XU1qr861u0DK9SHzp+5Ms+vOsj1r8MnRTUqwnjQbKjbJ/1eI0ytj1b2VWUka7D7e5aU1P/VxRzG38ySjT5nc9/UiUcNWom2NXjP9yVz2P/uq2vxd6jFZxm7hrykmVoBq+6ranNncpXZZwnz/i+Gptpf6Pqq2tvYW0X4LEm878uoyaFSKPuq2toaXEV2PEtk93wBNj1Ovq7R0thbxfUsTd3vrdt0w4eReV+8nV+pqplnWUj0fNU3Q2f8uiLaGlxlj1nauu/rxRls/6qWNsbeqqlnmff5rzRhkSUqqt9r/vf6/PFvB/MutaqELlZWAD0e9HaTwtzsnrbvlpunnAOpHk6C+OFps9FNzyG4Z5MAbu1LNbRbHyFUD+eB+Ovy0IpSPJ8E9Kfj8vCRQzAPJqn+9tPZP3iJtLtnczTScvP2fFye88d1zoYuIzZsWzmkqLn2++dPt41XyaUi13Se0MA6hjXaz/mnU3+Iy1K8JVFQ8wXcXf7reQBuKT4PLg74ftC2xCh0tPfea2uyrUQ/mytk3u6fjqu8VxWt6CDgSOGdKrvT+fi0widGesJd+mX7t21ZO/50Q35+W+iTN++Uz1/upAMGuKz+qgq17Q1ywlUlpJfD600uxlGrAdeu6BAzmrMSf5fNshgjuO9F9DCnKjujPUUC3p0e9sftWKN8BdMsixm7vtndvy1C+Xa9+zk/frc8LyUz5RLDwpf46o/rjRi+lcBYhGO+vH9zesbHrQhELTEWo2qXN/vdw/rxj23dgZOdjPuP3XZ5OOT3/ZA96bHYm/3yvjtifKmxWKvT8+3eqnn0pm4EjcqNbtdaxe3+h/xwftrlRYSIDcuLT0PX7XVz/yh2DF/qlZqO9i4/ntGnl0Q8KzcHYjfWeJTn5WZ9X8x8f3jaFlNgCcmXmtwPfzzuD0XrFJPtIkP+5/JDvunujUyZGfpJV/gwojOhtocRKzwTck/MsWgP+uft/lvzpwCFZcbifLA6HtpwsMzosfexaI1cH2AWB99KYizGx+Xp4/fitMc+Hau7mOTosDVdpmViVclMwLFh2oWEpCZgdaFM0n/MV/vj/elNMec55/d/Xu7uN+xH48qJESP8YgsVGe2Sf9RnCcOX5FtBmL6fnlar/CT2kZFmX9dq5zG/YxHysFxvnuRl6Nha1GpfqhbelPNRnmc+DmOcojosv12eckoCr3fn/PiwXFXUXS0zjBPBPtist+vzP3tjXFbyLW2LjW+D/ddA2H+NgfUTWSnTRgw4kZdkPzyMS/yPnhxIJY/r1M/Fw6257uN0waiOFEDiYKxtHZHR2zY8f/543P/y/cPN9nDmPtdq58tIZvQ83ejYmUn/fz3lxw4wJDg6udxs8m0hVE/yxX7YkByfaHKraijWJSrX4uFmlUQz/oL55d5G/KWT0u9twnIw/HICdNxwgRYTEyCWGR1gb/bbD+td3iPAGpLjA6w6YTcU7dIr2dLMzWqNjXXBEDbWz6f7V+vTq/XuY35cnw3dOtqs1tgXjWrE/nwmtfQFwZzljKbgZXstJvYNLDN6MXXcPx2+/fT9fSG4lkcWIjYIDZ2RruemZBvEsJkpPnW9WWsRaXeFeTrpXfKb0/OP/ssS9Aa5ejhxX4JHv3m7EgZTbg3llms1uyfernePwvaHhtRsoN8cj8tPXZhGaDbILrTRA0kbd0nzxVTOUjgV3xfmsuPdN1cVaVI8HLy9lh3g1LVa2gjJHYWIzLdW6sDo9bEFar8wC75/zO37Lnk6VomMj6SHvtovHzomebW90gyoN1TXJxc7oeQQpVAdkdkNZTkZRNh2IaICk4DlHEARO7o+C9XaCzoBe/EEqNShpRN4ryk45MEvKAZ0gEp3n/A3lo4K/hqmR+i3wbQHfg3TI+zbYNpjr4bpEXltML36Vo3Wv2cRUH9xqCPy7SFfvdlv8Caz5gLAFxwfgvf5w/JpI0cIi3RZl2pdE5LaSMcCHnf7Y9EbW1ennBVewdkMMZRVITjKGFR4BoOG2jAT7MC46+ppfWGrV+wD4XG5cWYMGnA6jOg1/DR01HVoWf5Vhb7f/Ttf1X0WrwKJzLT1ZqWMbBJgAUfsDZABvb0QLNzgLRAyWDvQTCB/ys9nfjc+lXmRFQML0mvJ0KhCV23NPrUiqMX1LyM2QyPLSKPX2PUmFP1eRMwIvtj4sbhzysEA9Zx4kJpILGjRp+RBmEN3JSZDy2MOB+uPOJ1EZz8T5NGWM2EzkwmNAyPSzix8WmTKhiwZUEq6E/adyWDtQINABt6as64up+x7bY4p0QLYfW8Owux/cU4v2Nabcyhsr6tzumCFu3MQVsflOf0A2m7PaWD1uT6nC1a6PweBdV2g0wUh3aDjheQ0iI47dHBl+l2i0wXYdYsOQux7jU4XZOs9Ogiv10U6nfVru0kHV67PVTqdXbrXXTq4Ww+6TGcQfG/Y0XDerToMSvl8nHL0cUJGdcvXCLsUk68rM8oriXEA3DFnBsUXG+mBxlFnzg1IaBxM47gzg4JkxoE0jzwzKFhoIgwm6NqQ2s5+doH5R58ZFCcwTn3j+DODgGQmNRh7BFpuNyI+tvn4o9BsQ1LRcZDeGV0Gp/UA9MD6kHO63bWqCoxMqfR0LJdYa5mRs7/uc47cNLCt1DhDmocdGVwsNA6GOfHI4HhSExuWO/bY1qS+/ERw/uxjGzwtMc4A4QAkA9yQHDlNkE5BchOGpuzIZu44Csm1s1hkigkNPkFErs9EzgBJOJNWUHcwcgbYfoAToITjkQxcQ3Jif23bZ9TWa/lyk7tSn7jixWeB7o4vqcAs8AOAR0Oy5yYZPCI3Dow9PMmAEbmRA3rzBCU3omOpcUDkGCUDUkmMnog1z1LykzEsNxqMO1DJw/mSowH7QE0DaT9ayc7A+AJjpyOPbWD28chFHXNAjlvXeWKjPdU4NsY7C4mNHJC4Q0fcAOTLTQHjTh6JiL7wSDZGPH3EsTKM8EjKmDv8whHGvtw4MPkADIPICY8m7ZqHGHjqDsuN7BbCSQauazRER0K2goxvNv9MA9dgTmJkODTONHBhgITGEpBd8+aJ8+WWsw0cGCc9Hdg/39CB64Snw/ZFHA02cA0y59JD2vAvwPqiI0eB5u57Lv1jqfFAXasKJDM23wt7Wtl035CdCkq2yrWCVrJTQbtXiYzsVNCuVXFDcipgP7AZgMjWuVa4SnYKKL+DTcSl4lOgu9FGAwi72bhXMFRyKmB3h5iNMelPE83EEPVjZ/oTMz9dlb+9/u1Cv7XRN1C+voDr4FpfovWwzjf3Rcm7C0eF7Ld6Un7xU/nsXa4/iKolrMgfFhdXd4urKLiO4/inn67uXAnzwPzDiKniL8WJKU8Mir+AEwNPLCj+Cq7C6Fql4IkFnlhY/BVyYqEnFhV/RZxY5InFxV8xJxZ7YknxV8KJJZ5YWvyVcmKpJ1Y45S67Utl15AllfuPqtlasFxRxg+L1Kd8N+padO6U485TvCRUICn1P6FsJ7hTrWeU7Q19RzSr0naFvk7hTAavQ94e+6ptV6PtDX7typ9hoUb5LlG58xQaM8v2i783hoMF3CpjOEV8F6bVaxFcqKX/zy5COYjzEBhD4HgLtCZWxkr6T9HUGd7BgJX0ngXYGsPEBvp/0BSt8VwXfTZBInRV8R+l7F/nuCr6f9K2AfIcF303BQuqyge8ofacd32kD3zuB3H8CkskCMewC3ztBKIZd4HsniMTYCHzvBLEYG4HvniARYyPw/ROkYmwEvoMC7QaAqzC9jiLlS/oe0jd+30ERRtDo7aHvolA7AkJW0vdRaMYatj1D30ehkONCMtqY7sMGXOg7KBRyXOh7J9QugIRrn9D3TijkuNB3TWhck7IKfdeEwrgT+n6JjF/Y+Il8v0TCwBP5Tol0ywcLzsLId0okOCXynRLplg8Uq5DMAgSnRL5TIpPQ2KCNfKdEglMi3ymRbvkgYBX6TokEp0S+U2Ld8kHIKYx9p8SCU2LfKbFxSsQq9J0SC06JfafEodhJY98pseCUmEzNjFNi1kLfKbHglNh3SpyKCSf2nRILTol9pyTGKWxfTnynJIJTEt8piXFKyk2AEt8piZktZ3pSkaWhL+n7JTETZnYemfh+SQS/JL5fEt34ITvvT8is2Qz/7AQx8V2T6PYP2Zlf4rsm0S4IQ1bS904qTNRS3zWpEtNd6nsn1S4IIw469b2TBmJfSH3vpKEYk6nvnTQSR6LUd1Aai4Ng6jsoFTpOSpY1qSDmuybNZAt912SCazLfNZkSx8rMd00GgkLfL1kgjpWZ75csFBT6TskiMXgy3ylZLCj0PZIl4liZ+U7JBKdkZK2ZiWNlRhecglfsAyyoxOHSPsOygmfsAywYiEOmfYZlBe/YB1gwEodN+wzLCh6yD7BgIg6d9hmWFbxkH2DBTEwZ9hmSVZKjGsSAEodQRdkBJTmKkgOGBeBTlqIMgZIcRQkCwwSEgqXEUYYLCNm0oChPYAiBkO3xipIFhhIIM16WuMuQAhHbTxUhDJRhBiK2CyrCGijDCER81wLK52jHRHyPIXyBMqxAxHcEwhgowwtEPBdCOANlmIEoZikbwhooQw5ECS9L/Gb4AckG4jdLHvA+JvSBMixBlPE2EL8ZoiDmfUxIBBVIHBwhEZShCmKeNQ0oDacdE/MEGyESlKELYp47I1SCMoRBzAcDIROUoQxiPtkROkEZ0iDmOzEhFJShDWK+ExNKQRniIOYdTEgFZaiDmO/EhFZQhjxIeAcTYkEZ+iDhOzGhFpThEBJgM2RIOVTtm4TPpoRhUIZKSPgxgtAMypAJCe83QjQowygkvN8I26AMp5DwfiN8gzLEQsL7jZAOylALCe83Qjsowy+kvN8I96AMw5DyfiPsgzI0Q8onX0JBKEM0pHzyjSj7rX2T8v2NMBHK8A0p7zfCRShDOqS83wghoQztkPJ+I5SEkjgJRUgJZaiHlF2vKkJLKMM/pHzmJdyEMgxExjuYsBPK0hO8gwlFoQwRkfEOJiSFsiwF7+CYvrcwU0fewYSrUBJZoQhboQwnIRlLPGYJC8FY4jRDTWR8hBHaQlnego8wwl0ow1BkfIQR9kIZjiLjMwPhL5RhKTI+MxAGQxmqoliv8MLEa4atKBYsvDB94ZQYYd4dhM1QhrMoVi1ssBNCQxnaQmoL4jvLafBtQXgNZdgLqS0ItaEMgVEsn3hh4j3DYRTrJ16YuM/QGPoVGCtM/Jda//FBRGgOlVr/8S1HmA6VWv8JTUdfGxr/KaHpiP8Mt6EUH0aE+FCG4SiWVKwwoT+UITmKNRUvTDxoqA6eEVSEBlGG7FD6DdXiOo4SIkwcaCgPpXhvEz5EZdKbXkKHKMN7FMs1XitxnqE+ivUaL0ycl1nn8WFB2BGVZW0tQd/8Wufxr10JSQKWJGH9AYQkAYkkAUKSgCFCFLCBCYQlgUUotxoQpgQMGyK0GhCqBBax3GpA6BKwdInQEOQ18CJta2HyKtjQIgrYjgeEMwG7nQL4fSiENwHDjRTrYl6YOM/uqwCWkgZCnoBq6XlA2BMwJInQcoRAAUOSFEtu3griPyVQXUDoEzAUiQK2lwLhT8DutuD5WiAECtgNFzwXC3TLBVjnsckb6MYLu/OC51ChseNC6nl0w4XdccETqUD3XBiWRPEMKdBtF4YmUTzzCXTnBcQtHYTuvjBESbH6Z2OC7sAwTIkQbHQTBrRkTSA0CtidGOwKFwiNAoYt4VfOQJgUMGwJvxoGwqRAIG4uA0KkQCBuMAPCo0AgbjIDQqNAIG40A8KiQCBuNgNCokAgbjgDwqFAYF3GyxKPGZ6E378ChEMBw5PwO1iAcCgQtuxvIhwKhC07nAiHAmHbHifis7BllxPhUMDu1eB7MeFQwPAk/Es3IBwKGJ6Ef28MhEMBw5PwxDgQDgUMT8IT40A4FDA8CU+MA+FQwPAkPDEOhEMBw5PwxDgQDgUMT8IT40A4FDA8CU+MA+FQwPAkPDEOhEMBw5PwxDgQDgUMT8KT0kA4FDBUCU9KA6FRIJaJZiA0ChiqhOdugdAoYKgSnrsFQqOAoUp47hYIjQKGKuG5WyA0ChiqhOdugdAoYKgSnrsFQqOAYUt47hYIkwKGLeG5WyBMChi2RBiBCJMCScvIRpgUMGyJMFoRJgUMW8Jzt0CYFDBsCc/dAmFSwLAlPHcLhEkBQ5bw3C0QIgUMV8Jzt0B4FDBUCc/dAqFRwDAlPHcLhEUBw5Tw3C0QFgUMU8Jzt0BYFDBECc/dAiFRwPAkPHcLhEMBQ5Pw3C0QCgUMS8Jzt0AYFDAkCU+dAiFQwHAkPHUKhD8Bu1VEaAe6mdcwl0I7EL8ZgoRnGIGQJ2C3jfDtQLgTsNwJT+4B4U4gs+wXHz2EPAFLnvBUGRDyBCx5wlNlQMgTyCz7xTcGIVDAEig8VQaEQAFLoPBUGRACBSyBwlNlQAgUKAkUPuAIgRKUBArrlIAQKMHCsl/8VmLCoAQLuzmb7dMBYVECy6LwjFZAWJSgZFFYpwSERQksi8LzMwFhUQLLovD8RUBYlGDRshIPCI0SLFpW4gGhUYJFy0o8IDRKoFpW4gGhUQLVshIPCI0SWBqFX2AHhEYJLI3CL7ADQqME9pwKv8AOCI8SGKqEH9MDQqMEhi3h5woBYVICQ5bw439QEinmFNezPsp2/709zXV3d/H+/cXVbxfvy+NdYfVZ7N8uitHy9W+//14f59J/ab3uC/11sawulWmxq4ui9e3PoPwZlT8T+xMW9mdYPg/L52H5PCz1RKWeqJSLSrmolItKubiUi0u5uJSLS7m4lEtKuaR8npZ2pKVcMXyYn1n5/yI5259h+TMuf5Zyeu9a+Qu4X0L3S+x+ccLKCSsnrJxw4BrM1Ug50zW1XbZZWUrTaPYXAMFH+t7N2j/6LU3lIeXqrl/S8KU/LE/53n2HBblZIS2upfVILmjRsmf3gaRaTYrVRK5OSSqp2Z8/4uKAoi1y7itbzzaVoMQzIkAt4mzIpIjXpZ+90qgKkQuNTCp93P9ivu5al0fgC6lU9Y3TuliEuqfermVbLpIq7b6DgQMhQRpSF1iZ5MKV/fTIAX3sBCvD5iSuZ2dSTCJlRE+IjXIBkQWyHvMpY+QOVKukDAnNdEjl7ZllZEGAaqIJVKMhULIFWsODPmO9XR6e7RlrrE5hdYFTJzeMVncyJ9ORFhzo4BJmoKSAqbWs9put/lIB1oUtWpQpJljIfne6cnMOGWtKkSZVaZKCv9b0WB6Dx+20wDVUroZSWqp1rcvPImC7YmxX4uySunSt67k83I11JVhX6nS1BNTpfHxamc+co96a4d7a0kBn2ku9qkjlTs+H8gM0uCuluCu5YUJMbIWS895+DfLenAOvVSXYepdn9XK7lyYaNgnOO2HqtIX9tDVdlOB6uskCJGImrPWVHzNFqvDYGLqkGktNdt/IygqnQalGttjy9Gnnd/IAD6mtZf2ug8fQMmMGLnMGUqzpu0UezN0iK3O3CMqgtTo3rrvgCaQsWN24h5sCJ1IxVd2vj7m5P9ube6JRIBFrcFwXwXDMt3s9Ou52jBrUMmK0ev7DvT108zup2+nAZgYQ3GWVmyQGCykatBba4fSyDuVoN2ospJgu7znCsRTidCoFcH6/9kIJuyxwPSkUW85+cI2fEWS4lyfVQC6FAdJFJgQ4upMqi4k+sXp8U3CCSNwqRIyrfGM/go4U4PyXuGl6KtZl10gLOK+0F/P8gQx3I49LSoE0AuW7p21jGhJib1RLhkg0xd29srJ3r6CaePOz0iaXJkJJ34PfQbAxWbUKlDrIw3K9eTr6ywbskFiKhQf7Re66WIxjKZCmYA92rfKhsVbBTnSLURCXxg/H/dZfUEfImxK4n0oWOJWkoQt+KQ0U06pyueaHL/ZZ7JyfSoYXWnQ+2djvl6L6YzVu8Q3iwrFQ01SB6+PW7ZqDFlWc7Mf6kQ+xFwI3F4mlyCtU2BlD05YI21K1iuiYvZcoUeGwTG7VFCsUW5bONyJv6HaViaSe8FgMdpu1v9xBKSIRbTfXLJzryyOQBdipbnkCkVwDT9OpvLAB6cO5FtzkLpJyrfm+5IdP6+r7kjj4sYNSZ1omNY7+ZvHamwGneELlluYgpm17Re7K3NeLh2KkBcT1iC2c68+6rvYbXwEeisWFn+9WXMbNQ+OyBq4plLjQskqwOmSBWMbnRFDjxxWdJYXFeudTIqjJooodk3o5HW0j7He3AFfgskUkDXx+q3sDVeaaLHOTGkfIgWMlQVyVbdbb9dlrzgzP8p1b9Eb5FgVebGfeVN9xcLFowX55z6/MYjwQhlU2lGZs5rvNyAycS52XIZWGl+3y8L6YGTQoX4XJCTdXrZKh5PZC29nc+LeurgVDYyUKfzfQlj8DKQFUCo/VFYIoqFBEuno6hWJ97S1i7z/my2Je5mcFHKOO+HCWhlKSKBVaK73+iSmZ0r7A2Rd22Ce3oreKcEyWa8dQased/SZqk8ryFreOFdevx7r1LO3XXLEyPPSlFXckJWes7FR+khZrw5HsiHsQadhdEcZedOB5CUjtrUsRMi3CU1mQut2OLgdQIalIdd0Y6hR4bK3enkSyiu3p7DMFC5wu0oqllRKXJsqPfmZHIRBV7zQkC/ZPXivjkdTlqrj0lZvcKpFoLZT5IxTymZvUKnF8Lkr7FUEZJq7e20ie93weoEasVpPu5RAs3MJg4ZrXvdcBkNq5Sd7FuKuJrIsp97D2oyTGqalKw7E07h8e9XUsOod4UyeM7164gbhkrikAfe9A+Ulj3D3xeJc5cnch2lSoM1qYEPYzr0tq4uRCX0y1Oj0TniPG/b3KiLGsRN+t4E8ulTfquVd/4N7vgZgMyosaVvaiho/uogbU9jinuOkTpFK6PuVnflTG5LyjBd3YF0pNf3parfKTHws47YgLLZ/7w+DKvSAFsX8V67Oz18dCFDDi20Bzs8H6Ibd3KaBpDQ6R6h1Q2q7GXpDwP/aCBKQLR4p7Ywyp1BEE/hzPRd3rbag42qR62yHNr2u1H8wXbzHRh5cn1dxB5J5baHmPunZdvuKb3FvzQKSmWzl6nABClxCr5XtSvdESI6Qm7M/7cjKwOnkpPcHDqluUgzgrP/sLeuRnZ597Jyp7uzGRw2OSG11dZcV2M1pO+IpoVCnUD1yucwrFaHGXXPnLUNQrQG5nV7bIS6fCkcKyAwd0lVREIq5Sil6WeupwxqvmvbEYw04dGTNxjImrhKpwx5iV4I7vtqJAIg0Rldqn8jrAZiVxSqzI9bjFEU22JkTTXPGFWc3O+HM/3DxyTq0Ko+tN0XwXK3GjCkRiaNfX2aJK4EmoqigiaUSqdNCpN57yuzUYRKKD6PDovdcVCnn5Bb/tdq8txY0J7p675gwmwaOTe8cEInf3y/r8kdl/E+LwVNWwzmaqn64uDutDvtEUz+u7n37//f8AWvXvSrfzAAA="; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/classes/node.GroovyTraversal.html b/docs/classes/node.GroovyTraversal.html index a6f4baf..fc84ed8 100644 --- a/docs/classes/node.GroovyTraversal.html +++ b/docs/classes/node.GroovyTraversal.html @@ -1,122 +1,7 @@ GroovyTraversal | utils - v0.4.0

        Class GroovyTraversal

        GroovyTraversal

        steps that are made available on this class are also available as spawns for anonymous traversals

        Hierarchy

        • GraphTraversal
          • GroovyTraversal

        Constructors

        • Parameters

          Returns GroovyTraversal

        Methods

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns AsyncIterableIterator<any>

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns Bytecode

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns Promise<boolean>

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns Promise<void>

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns Promise<Traverser[]>

        • Returns string

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        Generated using TypeDoc

        \ No newline at end of file +

        Constructors

        • Parameters

          • graph: Nullable<Graph>
          • traversalStrategies: Nullable<TraversalStrategies>
          • bytecode: Bytecode

          Returns GroovyTraversal

        Methods

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/classes/node.GroovyTraversalSource.html b/docs/classes/node.GroovyTraversalSource.html index 0e4eae4..43da205 100644 --- a/docs/classes/node.GroovyTraversalSource.html +++ b/docs/classes/node.GroovyTraversalSource.html @@ -1,22 +1,4 @@ GroovyTraversalSource | utils - v0.4.0

        Class GroovyTraversalSource

        GroovyTraversalSource

        Steps added here are meant to be start steps

        Hierarchy

        Constructors

        Methods

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversal

        • Returns string

        • Parameters

          • remoteConnection: RemoteConnection

          Returns GroovyTraversalSource

        • Parameters

          • Rest ...args: any[]

          Returns GroovyTraversalSource

        Generated using TypeDoc

        \ No newline at end of file +

        Constructors

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/coverage.svg b/docs/coverage.svg index 05f55dd..a7d73b7 100644 --- a/docs/coverage.svg +++ b/docs/coverage.svg @@ -11,7 +11,7 @@ coverage coverage - 6% - 6% + 12% + 12% \ No newline at end of file diff --git a/docs/enums/node.EDir.html b/docs/enums/node.EDir.html index b104a77..0428ff2 100644 --- a/docs/enums/node.EDir.html +++ b/docs/enums/node.EDir.html @@ -2,4 +2,4 @@ consumers dont need to know the direction, but can still pick the edge/vert

        Enumeration Members

        Enumeration Members

        in: "in"
        out: "out"

        Generated using TypeDoc

        \ No newline at end of file +

        Enumeration Members

        in: "in"
        out: "out"

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.deepFreezeCopy.html b/docs/functions/browser.deepFreezeCopy.html index cb005ce..0ae8004 100644 --- a/docs/functions/browser.deepFreezeCopy.html +++ b/docs/functions/browser.deepFreezeCopy.html @@ -1,2 +1,2 @@ deepFreezeCopy | utils - v0.4.0

        Function deepFreezeCopy

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.mapToJsonIterator.html b/docs/functions/browser.mapToJsonIterator.html index 705b73b..77c7462 100644 --- a/docs/functions/browser.mapToJsonIterator.html +++ b/docs/functions/browser.mapToJsonIterator.html @@ -1 +1 @@ -mapToJsonIterator | utils - v0.4.0

        Function mapToJsonIterator

        Generated using TypeDoc

        \ No newline at end of file +mapToJsonIterator | utils - v0.4.0

        Function mapToJsonIterator

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.mapTojsonReplacer.html b/docs/functions/browser.mapTojsonReplacer.html index f4e11cf..9ead09b 100644 --- a/docs/functions/browser.mapTojsonReplacer.html +++ b/docs/functions/browser.mapTojsonReplacer.html @@ -1 +1 @@ -mapTojsonReplacer | utils - v0.4.0

        Function mapTojsonReplacer

        Generated using TypeDoc

        \ No newline at end of file +mapTojsonReplacer | utils - v0.4.0

        Function mapTojsonReplacer

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.msgpackToJson.html b/docs/functions/browser.msgpackToJson.html index 18aad18..4a3ba4e 100644 --- a/docs/functions/browser.msgpackToJson.html +++ b/docs/functions/browser.msgpackToJson.html @@ -1 +1 @@ -msgpackToJson | utils - v0.4.0

        Function msgpackToJson

        Generated using TypeDoc

        \ No newline at end of file +msgpackToJson | utils - v0.4.0

        Function msgpackToJson

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.msgpackToJsonIterator.html b/docs/functions/browser.msgpackToJsonIterator.html index 6975735..2c5b57e 100644 --- a/docs/functions/browser.msgpackToJsonIterator.html +++ b/docs/functions/browser.msgpackToJsonIterator.html @@ -1 +1 @@ -msgpackToJsonIterator | utils - v0.4.0

        Function msgpackToJsonIterator

        Generated using TypeDoc

        \ No newline at end of file +msgpackToJsonIterator | utils - v0.4.0

        Function msgpackToJsonIterator

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.toJson.html b/docs/functions/browser.toJson.html index eb70b15..ce47caf 100644 --- a/docs/functions/browser.toJson.html +++ b/docs/functions/browser.toJson.html @@ -1 +1 @@ -toJson | utils - v0.4.0

        Function toJson

        Generated using TypeDoc

        \ No newline at end of file +toJson | utils - v0.4.0

        Function toJson

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/browser.toJsonStringified.html b/docs/functions/browser.toJsonStringified.html index 6ca012b..c199dff 100644 --- a/docs/functions/browser.toJsonStringified.html +++ b/docs/functions/browser.toJsonStringified.html @@ -1 +1 @@ -toJsonStringified | utils - v0.4.0

        Function toJsonStringified

        Generated using TypeDoc

        \ No newline at end of file +toJsonStringified | utils - v0.4.0

        Function toJsonStringified

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.bnameTofname.html b/docs/functions/node.bnameTofname.html index 5ceaeaf..746d976 100644 --- a/docs/functions/node.bnameTofname.html +++ b/docs/functions/node.bnameTofname.html @@ -1,4 +1,4 @@ bnameTofname | utils - v0.4.0

        Function bnameTofname

        • adds an extension to a filename

          Parameters

          • bname: string

            a filename e.g. blah

          • extension: string = 'csv'

          Returns string

          string with extension added

          -

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.combineProps.html b/docs/functions/node.combineProps.html index 6eed6d6..a15605e 100644 --- a/docs/functions/node.combineProps.html +++ b/docs/functions/node.combineProps.html @@ -1 +1 @@ -combineProps | utils - v0.4.0

        Function combineProps

        Generated using TypeDoc

        \ No newline at end of file +combineProps | utils - v0.4.0

        Function combineProps

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.csvToTinkerData.html b/docs/functions/node.csvToTinkerData.html index e78e434..576c91d 100644 --- a/docs/functions/node.csvToTinkerData.html +++ b/docs/functions/node.csvToTinkerData.html @@ -1,2 +1,2 @@ csvToTinkerData | utils - v0.4.0

        Function csvToTinkerData

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns Promise<{
            edges: EdgeData[];
            l?: NumStr[];
            p?: Record<string, NeptuneValue>;
            recordId?: NumStr;
        }[] | {
            edges?: EdgeData[];
            l?: NumStr[];
            p?: Record<string, NeptuneValue>;
            recordId: NumStr;
        }[]>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.csvToTinkerDataEdge.html b/docs/functions/node.csvToTinkerDataEdge.html index a1caeba..fbcd6e4 100644 --- a/docs/functions/node.csvToTinkerDataEdge.html +++ b/docs/functions/node.csvToTinkerDataEdge.html @@ -1,2 +1,2 @@ csvToTinkerDataEdge | utils - v0.4.0

        Function csvToTinkerDataEdge

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns {
            edges: EdgeData[];
            l?: NumStr[];
            p?: Record<string, NeptuneValue>;
            recordId?: NumStr;
        }[]

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.csvToTinkerDataVertex.html b/docs/functions/node.csvToTinkerDataVertex.html index 9e8205a..e6e03e9 100644 --- a/docs/functions/node.csvToTinkerDataVertex.html +++ b/docs/functions/node.csvToTinkerDataVertex.html @@ -1,2 +1,2 @@ csvToTinkerDataVertex | utils - v0.4.0

        Function csvToTinkerDataVertex

        Generated using TypeDoc

        \ No newline at end of file +

        Parameters

        Returns {
            edges?: EdgeData[];
            l?: NumStr[];
            p?: Record<string, NeptuneValue>;
            recordId: NumStr;
        }[]

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.csvToTinkergraph.html b/docs/functions/node.csvToTinkergraph.html index aed9a66..91b78e1 100644 --- a/docs/functions/node.csvToTinkergraph.html +++ b/docs/functions/node.csvToTinkergraph.html @@ -1,3 +1,3 @@ csvToTinkergraph | utils - v0.4.0

        Function csvToTinkergraph

        • extracts CSV data, transforms to Tinkerdata and loads into Tinkergraph

          Parameters

          • config: Config
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file +
      • store: {
            files: Set<string>;
            parsed: Map<string, CsvParsed>;
            transformed: Map<string, {
                data: {
                    edges: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId?: NumStr;
                }[] | {
                    edges?: EdgeData[];
                    l?: NumStr[];
                    p?: Record<string, NeptuneValue>;
                    recordId: NumStr;
                }[];
                spec: ConfigSpec;
            }>;
        } = ...
        • files: Set<string>
        • parsed: Map<string, CsvParsed>
        • transformed: Map<string, {
              data: {
                  edges: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId?: NumStr;
              }[] | {
                  edges?: EdgeData[];
                  l?: NumStr[];
                  p?: Record<string, NeptuneValue>;
                  recordId: NumStr;
              }[];
              spec: ConfigSpec;
          }>
      • Returns Promise<void>

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.elementProps.html b/docs/functions/node.elementProps.html index b89cf48..a69c3e2 100644 --- a/docs/functions/node.elementProps.html +++ b/docs/functions/node.elementProps.html @@ -1 +1 @@ -elementProps | utils - v0.4.0

        Function elementProps

        Generated using TypeDoc

        \ No newline at end of file +elementProps | utils - v0.4.0

        Function elementProps

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.fnameToBname.html b/docs/functions/node.fnameToBname.html index afa1a81..7ad8342 100644 --- a/docs/functions/node.fnameToBname.html +++ b/docs/functions/node.fnameToBname.html @@ -1,4 +1,4 @@ fnameToBname | utils - v0.4.0

        Function fnameToBname

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.getBaseOpts.html b/docs/functions/node.getBaseOpts.html index 0c1af06..b717f92 100644 --- a/docs/functions/node.getBaseOpts.html +++ b/docs/functions/node.getBaseOpts.html @@ -1,3 +1,3 @@ getBaseOpts | utils - v0.4.0

        Function getBaseOpts

        Generated using TypeDoc

        \ No newline at end of file +

        Returns {
            limitX: number;
            limitY: number;
        }

        • limitX: number
        • limitY: number

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.getEdgeLabel.html b/docs/functions/node.getEdgeLabel.html index b437982..79dec70 100644 --- a/docs/functions/node.getEdgeLabel.html +++ b/docs/functions/node.getEdgeLabel.html @@ -1,4 +1,4 @@ getEdgeLabel | utils - v0.4.0

        Function getEdgeLabel

        Generated using TypeDoc

        \ No newline at end of file +

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.getLabel.html b/docs/functions/node.getLabel.html index fdb58d0..474c46e 100644 --- a/docs/functions/node.getLabel.html +++ b/docs/functions/node.getLabel.html @@ -1,3 +1,3 @@ getLabel | utils - v0.4.0

        Function getLabel

        Generated using TypeDoc

        \ No newline at end of file +

        Returns ((data) => NumStr) | ((data) => NumStr)

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/functions/node.getStore.html b/docs/functions/node.getStore.html index a768a7f..3402d64 100644 --- a/docs/functions/node.getStore.html +++ b/docs/functions/node.getStore.html @@ -1 +1 @@ -getStore | utils - v0.4.0

        Function getStore

        • Parameters

          • overrides: {} = {}

            Returns {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            }

            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>

          Generated using TypeDoc

          \ No newline at end of file +getStore | utils - v0.4.0

          Function getStore

          • Parameters

            • overrides: {} = {}

              Returns {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              }

              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.getVertexLabel.html b/docs/functions/node.getVertexLabel.html index 7faf461..1d77156 100644 --- a/docs/functions/node.getVertexLabel.html +++ b/docs/functions/node.getVertexLabel.html @@ -1,4 +1,4 @@ getVertexLabel | utils - v0.4.0

            Function getVertexLabel

            • neptune allows 1/more labels for every vertex but recommends at most 1 but tinkergraph only allows 1 label, we use the label at index 0

              Parameters

              • data: NumStr[]

                array with 1/more edge labels

                -

              Returns NumStr

            Generated using TypeDoc

            \ No newline at end of file +

            Returns NumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.go.html b/docs/functions/node.go.html index 7b96ad9..184fbd4 100644 --- a/docs/functions/node.go.html +++ b/docs/functions/node.go.html @@ -2,4 +2,4 @@ e.g. a bunch of common queries from V > E > V can be specified in a json config { x: [vID, eID, vID], y: [vID, eID, vID]} you can use go to automatically traverse this graph

            Parameters

            Returns {
                both: ((...args) => GroovyTraversal);
                bothE: ((...args) => GroovyTraversal);
                bothV: ((...args) => GroovyTraversal);
                in: ((...args) => GroovyTraversal);
                inE: ((...args) => GroovyTraversal);
                inV: ((...args) => GroovyTraversal);
                otherV: ((...args) => GroovyTraversal);
                out: ((...args) => GroovyTraversal);
                outE: ((...args) => GroovyTraversal);
                outV: ((...args) => GroovyTraversal);
                to: {
                    e: ((...args) => GroovyTraversal);
                    v: ((...args) => GroovyTraversal);
                };
            }

            Generated using TypeDoc

            \ No newline at end of file +

            Returns {
                both: ((...args) => GroovyTraversal);
                bothE: ((...args) => GroovyTraversal);
                bothV: ((...args) => GroovyTraversal);
                in: ((...args) => GroovyTraversal);
                inE: ((...args) => GroovyTraversal);
                inV: ((...args) => GroovyTraversal);
                otherV: ((...args) => GroovyTraversal);
                out: ((...args) => GroovyTraversal);
                outE: ((...args) => GroovyTraversal);
                outV: ((...args) => GroovyTraversal);
                to: {
                    e: ((...args) => GroovyTraversal);
                    v: ((...args) => GroovyTraversal);
                };
            }

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.groupByIdentity.html b/docs/functions/node.groupByIdentity.html index 635d93d..0c31561 100644 --- a/docs/functions/node.groupByIdentity.html +++ b/docs/functions/node.groupByIdentity.html @@ -1 +1 @@ -groupByIdentity | utils - v0.4.0

            Function groupByIdentity

            Generated using TypeDoc

            \ No newline at end of file +groupByIdentity | utils - v0.4.0

            Function groupByIdentity

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.hashId.html b/docs/functions/node.hashId.html index 52c8f93..1546afc 100644 --- a/docs/functions/node.hashId.html +++ b/docs/functions/node.hashId.html @@ -1,3 +1,3 @@ hashId | utils - v0.4.0

            Function hashId

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.keys.html b/docs/functions/node.keys.html index b539a96..99fbcca 100644 --- a/docs/functions/node.keys.html +++ b/docs/functions/node.keys.html @@ -1 +1 @@ -keys | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file +keys | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.loadTinkerData.html b/docs/functions/node.loadTinkerData.html index 7edf9c6..bb749de 100644 --- a/docs/functions/node.loadTinkerData.html +++ b/docs/functions/node.loadTinkerData.html @@ -1,2 +1,2 @@ loadTinkerData | utils - v0.4.0

            Function loadTinkerData

            • loads all TinkerData into tinkergraph

              -

              Parameters

              • config: Config
              • store: {
                    files: Set<string>;
                    parsed: Map<string, CsvParsed>;
                    transformed: Map<string, {
                        data: {
                            edges: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId?: NumStr;
                        }[] | {
                            edges?: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId: NumStr;
                        }[];
                        spec: ConfigSpec;
                    }>;
                } = ...
                • files: Set<string>
                • parsed: Map<string, CsvParsed>
                • transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>

              Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            • config: Config
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.log.html b/docs/functions/node.log.html index a140191..25cd818 100644 --- a/docs/functions/node.log.html +++ b/docs/functions/node.log.html @@ -1 +1 @@ -log | utils - v0.4.0

            Function log

            Generated using TypeDoc

            \ No newline at end of file +log | utils - v0.4.0

            Function log

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.parseFile.html b/docs/functions/node.parseFile.html index 281c88b..82ec5f3 100644 --- a/docs/functions/node.parseFile.html +++ b/docs/functions/node.parseFile.html @@ -1,2 +1,2 @@ parseFile | utils - v0.4.0

            Function parseFile

            • parses and saves a file

              -

              Parameters

              • bname: string
              • filepath: string
              • store: {
                    files: Set<string>;
                    parsed: Map<string, CsvParsed>;
                    transformed: Map<string, {
                        data: {
                            edges: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId?: NumStr;
                        }[] | {
                            edges?: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId: NumStr;
                        }[];
                        spec: ConfigSpec;
                    }>;
                } = ...
                • files: Set<string>
                • parsed: Map<string, CsvParsed>
                • transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>

              Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            • bname: string
            • filepath: string
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.pgDateToJs.html b/docs/functions/node.pgDateToJs.html index 280b319..8ff64f8 100644 --- a/docs/functions/node.pgDateToJs.html +++ b/docs/functions/node.pgDateToJs.html @@ -2,4 +2,4 @@

            Parameters

            • date: string

              string

            Returns Date

            javascript Date

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.readCsvDir.html b/docs/functions/node.readCsvDir.html index 46bf811..021d3f7 100644 --- a/docs/functions/node.readCsvDir.html +++ b/docs/functions/node.readCsvDir.html @@ -1,2 +1,2 @@ readCsvDir | utils - v0.4.0

            Function readCsvDir

            • retrieves all filenames with .csv extension at path

              -

              Parameters

              • csvDir: string
              • store: {
                    files: Set<string>;
                    parsed: Map<string, CsvParsed>;
                    transformed: Map<string, {
                        data: {
                            edges: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId?: NumStr;
                        }[] | {
                            edges?: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId: NumStr;
                        }[];
                        spec: ConfigSpec;
                    }>;
                } = ...
                • files: Set<string>
                • parsed: Map<string, CsvParsed>
                • transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>

              Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            • csvDir: string
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.recordsCreatedHandler.html b/docs/functions/node.recordsCreatedHandler.html index 39f0c99..d629821 100644 --- a/docs/functions/node.recordsCreatedHandler.html +++ b/docs/functions/node.recordsCreatedHandler.html @@ -1,3 +1,3 @@ recordsCreatedHandler | utils - v0.4.0

            Function recordsCreatedHandler

            • reduces a Promise.allSettled response to {success[], failure[]} object

              Parameters

              • result: PromiseSettledResult<unknown[]>[]

                PromiseSettledResult

                -

              Returns {
                  failure: string[];
                  success: unknown[];
              }

              • failure: string[]
              • success: unknown[]

            Generated using TypeDoc

            \ No newline at end of file +

            Returns {
                failure: string[];
                success: unknown[];
            }

            • failure: string[]
            • success: unknown[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.throwIfEmpty.html b/docs/functions/node.throwIfEmpty.html index 2c7862b..4850a69 100644 --- a/docs/functions/node.throwIfEmpty.html +++ b/docs/functions/node.throwIfEmpty.html @@ -1 +1 @@ -throwIfEmpty | utils - v0.4.0

            Function throwIfEmpty

            Generated using TypeDoc

            \ No newline at end of file +throwIfEmpty | utils - v0.4.0

            Function throwIfEmpty

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.throwInvalidQuery.html b/docs/functions/node.throwInvalidQuery.html index a8a01a9..99361a6 100644 --- a/docs/functions/node.throwInvalidQuery.html +++ b/docs/functions/node.throwInvalidQuery.html @@ -1 +1 @@ -throwInvalidQuery | utils - v0.4.0

            Function throwInvalidQuery

            Generated using TypeDoc

            \ No newline at end of file +throwInvalidQuery | utils - v0.4.0

            Function throwInvalidQuery

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.tinkerData-1.html b/docs/functions/node.tinkerData-1.html index 5b96366..6c5c56a 100644 --- a/docs/functions/node.tinkerData-1.html +++ b/docs/functions/node.tinkerData-1.html @@ -1,2 +1,2 @@ tinkerData | utils - v0.4.0

            Function tinkerData

            • merges vertices and edges into a tinkergraph based on a specification

              -

              Parameters

              Returns Promise<{
                  failure: string[];
                  success: string[];
              }>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            Returns Promise<{
                failure: string[];
                success: string[];
            }>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.tinkerDataEdge-1.html b/docs/functions/node.tinkerDataEdge-1.html index afe86d8..df545a0 100644 --- a/docs/functions/node.tinkerDataEdge-1.html +++ b/docs/functions/node.tinkerDataEdge-1.html @@ -1 +1 @@ -tinkerDataEdge | utils - v0.4.0

            Function tinkerDataEdge

            Generated using TypeDoc

            \ No newline at end of file +tinkerDataEdge | utils - v0.4.0

            Function tinkerDataEdge

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.tinkerDataVertex-1.html b/docs/functions/node.tinkerDataVertex-1.html index 6b13700..31340cf 100644 --- a/docs/functions/node.tinkerDataVertex-1.html +++ b/docs/functions/node.tinkerDataVertex-1.html @@ -1 +1 @@ -tinkerDataVertex | utils - v0.4.0

            Function tinkerDataVertex

            Generated using TypeDoc

            \ No newline at end of file +tinkerDataVertex | utils - v0.4.0

            Function tinkerDataVertex

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.tinkergraphToNeptuneCsv.html b/docs/functions/node.tinkergraphToNeptuneCsv.html index 09f3897..bd8edec 100644 --- a/docs/functions/node.tinkergraphToNeptuneCsv.html +++ b/docs/functions/node.tinkergraphToNeptuneCsv.html @@ -1 +1 @@ -tinkergraphToNeptuneCsv | utils - v0.4.0

            Function tinkergraphToNeptuneCsv

            Generated using TypeDoc

            \ No newline at end of file +tinkergraphToNeptuneCsv | utils - v0.4.0

            Function tinkergraphToNeptuneCsv

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.transformAndSaveTinkerData.html b/docs/functions/node.transformAndSaveTinkerData.html index 8329e9f..8e1c566 100644 --- a/docs/functions/node.transformAndSaveTinkerData.html +++ b/docs/functions/node.transformAndSaveTinkerData.html @@ -2,4 +2,4 @@

            Parameters

            • bname: string

              filename of the CSV file without extension

            • spec: ConfigSpec

              associated ConfigSpec

            • dataKey: string

              generally only used when spec.recursive = actualBname

              -
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +
          • store: {
                files: Set<string>;
                parsed: Map<string, CsvParsed>;
                transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>;
            } = ...
            • files: Set<string>
            • parsed: Map<string, CsvParsed>
            • transformed: Map<string, {
                  data: {
                      edges: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId?: NumStr;
                  }[] | {
                      edges?: EdgeData[];
                      l?: NumStr[];
                      p?: Record<string, NeptuneValue>;
                      recordId: NumStr;
                  }[];
                  spec: ConfigSpec;
              }>
          • Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.transformConfigFiles.html b/docs/functions/node.transformConfigFiles.html index a7208ef..aca0e8d 100644 --- a/docs/functions/node.transformConfigFiles.html +++ b/docs/functions/node.transformConfigFiles.html @@ -1,2 +1,2 @@ transformConfigFiles | utils - v0.4.0

            Function transformConfigFiles

            • transforms all ConfigSpecs in Config.files and saves each as TinkerData

              -

              Parameters

              • config: Config
              • store: {
                    files: Set<string>;
                    parsed: Map<string, CsvParsed>;
                    transformed: Map<string, {
                        data: {
                            edges: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId?: NumStr;
                        }[] | {
                            edges?: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId: NumStr;
                        }[];
                        spec: ConfigSpec;
                    }>;
                } = ...
                • files: Set<string>
                • parsed: Map<string, CsvParsed>
                • transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>

              Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            • config: Config
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.transformPropertiesAndLabels.html b/docs/functions/node.transformPropertiesAndLabels.html index aedca3c..45c4a86 100644 --- a/docs/functions/node.transformPropertiesAndLabels.html +++ b/docs/functions/node.transformPropertiesAndLabels.html @@ -1,2 +1,2 @@ transformPropertiesAndLabels | utils - v0.4.0

            Function transformPropertiesAndLabels

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            Returns PropertiesAndLabels

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.transformUnmappedFiles.html b/docs/functions/node.transformUnmappedFiles.html index 0239547..0c19476 100644 --- a/docs/functions/node.transformUnmappedFiles.html +++ b/docs/functions/node.transformUnmappedFiles.html @@ -1,2 +1,2 @@ transformUnmappedFiles | utils - v0.4.0

            Function transformUnmappedFiles

            • transforms unmapped csv files and saves each as TinkerData

              -

              Parameters

              • config: Config
              • store: {
                    files: Set<string>;
                    parsed: Map<string, CsvParsed>;
                    transformed: Map<string, {
                        data: {
                            edges: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId?: NumStr;
                        }[] | {
                            edges?: EdgeData[];
                            l?: NumStr[];
                            p?: Record<string, NeptuneValue>;
                            recordId: NumStr;
                        }[];
                        spec: ConfigSpec;
                    }>;
                } = ...
                • files: Set<string>
                • parsed: Map<string, CsvParsed>
                • transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>

              Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file +

            Parameters

            • config: Config
            • store: {
                  files: Set<string>;
                  parsed: Map<string, CsvParsed>;
                  transformed: Map<string, {
                      data: {
                          edges: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId?: NumStr;
                      }[] | {
                          edges?: EdgeData[];
                          l?: NumStr[];
                          p?: Record<string, NeptuneValue>;
                          recordId: NumStr;
                      }[];
                      spec: ConfigSpec;
                  }>;
              } = ...
              • files: Set<string>
              • parsed: Map<string, CsvParsed>
              • transformed: Map<string, {
                    data: {
                        edges: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId?: NumStr;
                    }[] | {
                        edges?: EdgeData[];
                        l?: NumStr[];
                        p?: Record<string, NeptuneValue>;
                        recordId: NumStr;
                    }[];
                    spec: ConfigSpec;
                }>

            Returns Promise<void>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/functions/node.validateNumStr.html b/docs/functions/node.validateNumStr.html index 84808d3..b97ed19 100644 --- a/docs/functions/node.validateNumStr.html +++ b/docs/functions/node.validateNumStr.html @@ -1 +1 @@ -validateNumStr | utils - v0.4.0

            Function validateNumStr

            Generated using TypeDoc

            \ No newline at end of file +validateNumStr | utils - v0.4.0

            Function validateNumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 55d24b2..e9a967b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,4 +34,4 @@

            runutils.sh: bun > gremlin server

            ###  starts a bun server with gremlin javascript
            ./runutils.sh

            ### install deps and execute examples file
            bun install
            bun examples
            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.BaseOptions.html b/docs/interfaces/node.BaseOptions.html index 9491e28..e70fc10 100644 --- a/docs/interfaces/node.BaseOptions.html +++ b/docs/interfaces/node.BaseOptions.html @@ -4,4 +4,4 @@

            Param

            e.g. traversal.range(limitX, limitY)

            Param

            e.g. traversal.range(limitX, limitY)

            Hierarchy

            • BaseOptions

            Indexable

            [x: string]: unknown

            Properties

            Properties

            limitX?: number
            limitY?: number

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            limitX?: number
            limitY?: number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.CombineProperties.html b/docs/interfaces/node.CombineProperties.html index 1b2e72e..017638a 100644 --- a/docs/interfaces/node.CombineProperties.html +++ b/docs/interfaces/node.CombineProperties.html @@ -2,4 +2,4 @@ elKeys? elements? traversals? -

            Properties

            as?: string[]
            elKeys?: (string | EnumValue)[]
            elements?: GroovyTraversal
            traversals?: GroovyTraversal[]

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            as?: string[]
            elKeys?: (string | EnumValue)[]
            elements?: GroovyTraversal
            traversals?: GroovyTraversal[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.ConfigSpecColMap.html b/docs/interfaces/node.ConfigSpecColMap.html index d58b9a6..c6672a4 100644 --- a/docs/interfaces/node.ConfigSpecColMap.html +++ b/docs/interfaces/node.ConfigSpecColMap.html @@ -13,4 +13,4 @@

            Param

            mutate the column's value

            l? p? transform? -

            Properties

            default?: "p" | "l"
            ignoreCols?: number[]
            ignoreEmptyCol?: boolean
            l?: number[]
            p?: number[]
            transform?: ((index, col) => NeptuneValue)

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            default?: "p" | "l"
            ignoreCols?: number[]
            ignoreEmptyCol?: boolean
            l?: number[]
            p?: number[]
            transform?: ((index, col) => NeptuneValue)

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.EdgeConfig.html b/docs/interfaces/node.EdgeConfig.html index 37ae01e..cb3ddb5 100644 --- a/docs/interfaces/node.EdgeConfig.html +++ b/docs/interfaces/node.EdgeConfig.html @@ -3,4 +3,4 @@ p? recordId t -

            Properties

            p?: ((pl) => undefined | Record<string, NeptuneValue>)

            Type declaration

            recordId: PropLabelNumStr

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            p?: ((pl) => undefined | Record<string, NeptuneValue>)

            Type declaration

            recordId: PropLabelNumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.EdgeData.html b/docs/interfaces/node.EdgeData.html index dda037e..e5d153f 100644 --- a/docs/interfaces/node.EdgeData.html +++ b/docs/interfaces/node.EdgeData.html @@ -3,4 +3,4 @@ p? recordId t -

            Properties

            p?: Pick<PropertiesAndLabels, "p">
            recordId: NumStr

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            p?: Pick<PropertiesAndLabels, "p">
            recordId: NumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.ElementProperties.html b/docs/interfaces/node.ElementProperties.html index 671f9b4..e97db9d 100644 --- a/docs/interfaces/node.ElementProperties.html +++ b/docs/interfaces/node.ElementProperties.html @@ -1,4 +1,4 @@ ElementProperties | utils - v0.4.0

            Interface ElementProperties

            Hierarchy

            • ElementProperties

            Properties

            Properties

            as?: string[]
            elKeys?: (string | EnumValue)[]
            elements?: GroovyTraversal

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            as?: string[]
            elKeys?: (string | EnumValue)[]
            elements?: GroovyTraversal

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.PropertiesAndLabels.html b/docs/interfaces/node.PropertiesAndLabels.html index dea26b4..fe7be47 100644 --- a/docs/interfaces/node.PropertiesAndLabels.html +++ b/docs/interfaces/node.PropertiesAndLabels.html @@ -1,3 +1,3 @@ PropertiesAndLabels | utils - v0.4.0

            Interface PropertiesAndLabels

            Hierarchy

            Properties

            l? p? -

            Properties

            l?: NumStr[]
            p?: Record<string, NeptuneValue>

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            l?: NumStr[]
            p?: Record<string, NeptuneValue>

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/interfaces/node.TinkerDataBase.html b/docs/interfaces/node.TinkerDataBase.html index 39ada30..cf66441 100644 --- a/docs/interfaces/node.TinkerDataBase.html +++ b/docs/interfaces/node.TinkerDataBase.html @@ -3,4 +3,4 @@ l? p? recordId? -

            Properties

            edges?: EdgeData[]
            l?: NumStr[]
            p?: Record<string, NeptuneValue>
            recordId?: NumStr

            Generated using TypeDoc

            \ No newline at end of file +

            Properties

            edges?: EdgeData[]
            l?: NumStr[]
            p?: Record<string, NeptuneValue>
            recordId?: NumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/modules/browser.html b/docs/modules/browser.html index b67ae7c..a067213 100644 --- a/docs/modules/browser.html +++ b/docs/modules/browser.html @@ -11,4 +11,4 @@ msgpackToJsonIterator toJson toJsonStringified -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index ec0c5e9..15b2c30 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -83,4 +83,4 @@ transformPropertiesAndLabels transformUnmappedFiles validateNumStr -

            References

            Re-exports BaseOptions
            Re-exports Bytecode
            Re-exports CombineProperties
            Re-exports Config
            Re-exports ConfigFilesMapValue
            Re-exports ConfigSpec
            Re-exports ConfigSpecColMap
            Re-exports ConfigSpecEdge
            Re-exports ConfigSpecGetter
            Re-exports ConfigSpecInject
            Re-exports ConfigSpecVertex
            Re-exports CsvParsed
            Re-exports EDir
            Re-exports EdgeConfig
            Re-exports EdgeData
            Re-exports ElementProperties
            Re-exports EnumValue
            Re-exports Graph
            Re-exports GroovyTraversal
            Re-exports GroovyTraversalSource
            Re-exports MAP_EXT_TYPE
            Re-exports MSGPACK_HEADERS
            Re-exports NeptuneValue
            Re-exports NeptuneValueArray
            Re-exports NeptuneValueSingle
            Re-exports Nullable
            Re-exports NumStr
            Re-exports PropLabelNumStr
            Re-exports PropertiesAndLabels
            Re-exports SET_EXT_TYPE
            Re-exports TinkerData
            Re-exports TinkerDataBase
            Re-exports TinkerDataEdge
            Re-exports TinkerDataVertex
            Re-exports TraversalStrategies
            Re-exports Traverser
            Re-exports TraverserMap
            Re-exports WithOptions
            Re-exports bnameTofname
            Re-exports client
            Re-exports combineProps
            Re-exports common
            Re-exports csvToTinkerData
            Re-exports csvToTinkerDataEdge
            Re-exports csvToTinkerDataVertex
            Re-exports csvToTinkergraph
            Re-exports decoder
            Re-exports deepFreezeCopy
            Re-exports elementProps
            Re-exports encoder
            Re-exports extensionCodec
            Re-exports fnameToBname
            Re-exports g
            Re-exports getBaseOpts
            Re-exports getEdgeLabel
            Re-exports getLabel
            Re-exports getStore
            Re-exports getVertexLabel
            Re-exports go
            Re-exports groupByIdentity
            Re-exports hashId
            Re-exports keys
            Re-exports loadTinkerData
            Re-exports log
            Re-exports mapToJsonIterator
            Re-exports mapTojsonReplacer
            Re-exports msgpackToJson
            Re-exports msgpackToJsonIterator
            Re-exports parseFile
            Re-exports pgDateToJs
            Re-exports readCsvDir
            Re-exports recordsCreatedHandler
            Re-exports throwIfEmpty
            Re-exports throwInvalidQuery
            Re-exports tinkerData
            Re-exports tinkerDataEdge
            Re-exports tinkerDataVertex
            Re-exports tinkergraphToNeptuneCsv
            Re-exports toJson
            Re-exports toJsonStringified
            Re-exports transformAndSaveTinkerData
            Re-exports transformConfigFiles
            Re-exports transformPropertiesAndLabels
            Re-exports transformUnmappedFiles
            Re-exports validateNumStr

            Generated using TypeDoc

            \ No newline at end of file +

            References

            Re-exports BaseOptions
            Re-exports Bytecode
            Re-exports CombineProperties
            Re-exports Config
            Re-exports ConfigFilesMapValue
            Re-exports ConfigSpec
            Re-exports ConfigSpecColMap
            Re-exports ConfigSpecEdge
            Re-exports ConfigSpecGetter
            Re-exports ConfigSpecInject
            Re-exports ConfigSpecVertex
            Re-exports CsvParsed
            Re-exports EDir
            Re-exports EdgeConfig
            Re-exports EdgeData
            Re-exports ElementProperties
            Re-exports EnumValue
            Re-exports Graph
            Re-exports GroovyTraversal
            Re-exports GroovyTraversalSource
            Re-exports MAP_EXT_TYPE
            Re-exports MSGPACK_HEADERS
            Re-exports NeptuneValue
            Re-exports NeptuneValueArray
            Re-exports NeptuneValueSingle
            Re-exports Nullable
            Re-exports NumStr
            Re-exports PropLabelNumStr
            Re-exports PropertiesAndLabels
            Re-exports SET_EXT_TYPE
            Re-exports TinkerData
            Re-exports TinkerDataBase
            Re-exports TinkerDataEdge
            Re-exports TinkerDataVertex
            Re-exports TraversalStrategies
            Re-exports Traverser
            Re-exports TraverserMap
            Re-exports WithOptions
            Re-exports bnameTofname
            Re-exports client
            Re-exports combineProps
            Re-exports common
            Re-exports csvToTinkerData
            Re-exports csvToTinkerDataEdge
            Re-exports csvToTinkerDataVertex
            Re-exports csvToTinkergraph
            Re-exports decoder
            Re-exports deepFreezeCopy
            Re-exports elementProps
            Re-exports encoder
            Re-exports extensionCodec
            Re-exports fnameToBname
            Re-exports g
            Re-exports getBaseOpts
            Re-exports getEdgeLabel
            Re-exports getLabel
            Re-exports getStore
            Re-exports getVertexLabel
            Re-exports go
            Re-exports groupByIdentity
            Re-exports hashId
            Re-exports keys
            Re-exports loadTinkerData
            Re-exports log
            Re-exports mapToJsonIterator
            Re-exports mapTojsonReplacer
            Re-exports msgpackToJson
            Re-exports msgpackToJsonIterator
            Re-exports parseFile
            Re-exports pgDateToJs
            Re-exports readCsvDir
            Re-exports recordsCreatedHandler
            Re-exports throwIfEmpty
            Re-exports throwInvalidQuery
            Re-exports tinkerData
            Re-exports tinkerDataEdge
            Re-exports tinkerDataVertex
            Re-exports tinkergraphToNeptuneCsv
            Re-exports toJson
            Re-exports toJsonStringified
            Re-exports transformAndSaveTinkerData
            Re-exports transformConfigFiles
            Re-exports transformPropertiesAndLabels
            Re-exports transformUnmappedFiles
            Re-exports validateNumStr

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/modules/node.html b/docs/modules/node.html index e698e2b..8f89669 100644 --- a/docs/modules/node.html +++ b/docs/modules/node.html @@ -83,4 +83,4 @@ transformPropertiesAndLabels transformUnmappedFiles validateNumStr -

            References

            Re-exports MAP_EXT_TYPE
            Re-exports MSGPACK_HEADERS
            Re-exports SET_EXT_TYPE
            Re-exports decoder
            Re-exports deepFreezeCopy
            Re-exports encoder
            Re-exports extensionCodec
            Re-exports mapToJsonIterator
            Re-exports mapTojsonReplacer
            Re-exports msgpackToJson
            Re-exports msgpackToJsonIterator
            Re-exports toJson
            Re-exports toJsonStringified

            Generated using TypeDoc

            \ No newline at end of file +

            References

            Re-exports MAP_EXT_TYPE
            Re-exports MSGPACK_HEADERS
            Re-exports SET_EXT_TYPE
            Re-exports decoder
            Re-exports deepFreezeCopy
            Re-exports encoder
            Re-exports extensionCodec
            Re-exports mapToJsonIterator
            Re-exports mapTojsonReplacer
            Re-exports msgpackToJson
            Re-exports msgpackToJsonIterator
            Re-exports toJson
            Re-exports toJsonStringified

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.Bytecode.html b/docs/types/node.Bytecode.html index e346790..4fe16e4 100644 --- a/docs/types/node.Bytecode.html +++ b/docs/types/node.Bytecode.html @@ -1 +1 @@ -Bytecode | utils - v0.4.0

            Type alias Bytecode

            Bytecode: Bytecode

            Generated using TypeDoc

            \ No newline at end of file +Bytecode | utils - v0.4.0

            Type alias Bytecode

            Bytecode: gremlin.process.Bytecode

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.Config.html b/docs/types/node.Config.html index bcfe9db..4f53823 100644 --- a/docs/types/node.Config.html +++ b/docs/types/node.Config.html @@ -4,4 +4,4 @@

            Param

            map of filenames to explicit Param

            ConfigSpecGetter called for each load file

            Param

            if true, will process any csv if getSpec returns a valid ConfigSpec

            Param

            will save whatever is returned from tinkergraph to file

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigFilesMapValue.html b/docs/types/node.ConfigFilesMapValue.html index 22a8e2d..2ee524f 100644 --- a/docs/types/node.ConfigFilesMapValue.html +++ b/docs/types/node.ConfigFilesMapValue.html @@ -1,2 +1,2 @@ ConfigFilesMapValue | utils - v0.4.0

            Type alias ConfigFilesMapValue

            ConfigFilesMapValue: ConfigSpec | ((fname) => ConfigSpec)

            utility type to match expected type of Config['files']

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigSpec.html b/docs/types/node.ConfigSpec.html index f2bc523..e62bf95 100644 --- a/docs/types/node.ConfigSpec.html +++ b/docs/types/node.ConfigSpec.html @@ -1 +1 @@ -ConfigSpec | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file +ConfigSpec | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigSpecEdge.html b/docs/types/node.ConfigSpecEdge.html index 0354cbc..1fd2b45 100644 --- a/docs/types/node.ConfigSpecEdge.html +++ b/docs/types/node.ConfigSpecEdge.html @@ -1,2 +1,2 @@ ConfigSpecEdge | utils - v0.4.0

            Type alias ConfigSpecEdge

            ConfigSpecEdge: ConfigSpecBase & {
                edges: EdgeConfig[];
                type: "e";
            }

            Edge ConfigSpec

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigSpecGetter.html b/docs/types/node.ConfigSpecGetter.html index 9fe53ac..7552a76 100644 --- a/docs/types/node.ConfigSpecGetter.html +++ b/docs/types/node.ConfigSpecGetter.html @@ -1,3 +1,3 @@ ConfigSpecGetter | utils - v0.4.0

            Type alias ConfigSpecGetter

            ConfigSpecGetter: ((basename) => ConfigSpec | undefined)

            Type declaration

              • (basename): ConfigSpec | undefined
              • Parameters

                • basename: string

                  the filename with no extension

                Returns ConfigSpec | undefined

                specification ConfigSpec or undefined to ignore this file

                -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigSpecInject.html b/docs/types/node.ConfigSpecInject.html index dbaf20b..0d62395 100644 --- a/docs/types/node.ConfigSpecInject.html +++ b/docs/types/node.ConfigSpecInject.html @@ -1,4 +1,4 @@ ConfigSpecInject | utils - v0.4.0

            Type alias ConfigSpecInject

            ConfigSpecInject: RequireAtLeastOne<{
                l?: NumStr[];
                p?: Record<string, NeptuneValue>;
            }, "l" | "p">

            inject new labels / properties before any other transformations take place

            Type declaration

            Param

            labels

            Param

            properties

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.ConfigSpecVertex.html b/docs/types/node.ConfigSpecVertex.html index c2305a5..d31b98f 100644 --- a/docs/types/node.ConfigSpecVertex.html +++ b/docs/types/node.ConfigSpecVertex.html @@ -1,2 +1,2 @@ ConfigSpecVertex | utils - v0.4.0

            Type alias ConfigSpecVertex

            ConfigSpecVertex: ConfigSpecBase & {
                colMap: ConfigSpecColMap;
                recordId: PropLabelNumStr;
                type: "v";
            }

            Vertex ConfigSpec

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.CsvParsed.html b/docs/types/node.CsvParsed.html index a754b13..eb23983 100644 --- a/docs/types/node.CsvParsed.html +++ b/docs/types/node.CsvParsed.html @@ -1 +1 @@ -CsvParsed | utils - v0.4.0

            Type alias CsvParsed

            CsvParsed: string[][]

            Generated using TypeDoc

            \ No newline at end of file +CsvParsed | utils - v0.4.0

            Type alias CsvParsed

            CsvParsed: string[][]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.EnumValue.html b/docs/types/node.EnumValue.html index ec750ee..043ba8a 100644 --- a/docs/types/node.EnumValue.html +++ b/docs/types/node.EnumValue.html @@ -1 +1 @@ -EnumValue | utils - v0.4.0

            Type alias EnumValue

            EnumValue: EnumValue

            Generated using TypeDoc

            \ No newline at end of file +EnumValue | utils - v0.4.0

            Type alias EnumValue

            EnumValue: gremlin.process.EnumValue

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.Graph.html b/docs/types/node.Graph.html index 1cf5371..9092760 100644 --- a/docs/types/node.Graph.html +++ b/docs/types/node.Graph.html @@ -1 +1 @@ -Graph | utils - v0.4.0

            Type alias Graph

            Graph: structure.Graph

            Generated using TypeDoc

            \ No newline at end of file +Graph | utils - v0.4.0

            Type alias Graph

            Graph: structure.Graph

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.NeptuneValue.html b/docs/types/node.NeptuneValue.html index b5619f3..d53f086 100644 --- a/docs/types/node.NeptuneValue.html +++ b/docs/types/node.NeptuneValue.html @@ -1 +1 @@ -NeptuneValue | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file +NeptuneValue | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.NeptuneValueArray.html b/docs/types/node.NeptuneValueArray.html index 472bdbe..f2fce85 100644 --- a/docs/types/node.NeptuneValueArray.html +++ b/docs/types/node.NeptuneValueArray.html @@ -1 +1 @@ -NeptuneValueArray | utils - v0.4.0

            Type alias NeptuneValueArray

            NeptuneValueArray: NeptuneValueSingle[]

            Generated using TypeDoc

            \ No newline at end of file +NeptuneValueArray | utils - v0.4.0

            Type alias NeptuneValueArray

            NeptuneValueArray: NeptuneValueSingle[]

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.NeptuneValueSingle.html b/docs/types/node.NeptuneValueSingle.html index be913b9..7213764 100644 --- a/docs/types/node.NeptuneValueSingle.html +++ b/docs/types/node.NeptuneValueSingle.html @@ -1 +1 @@ -NeptuneValueSingle | utils - v0.4.0

            Type alias NeptuneValueSingle

            NeptuneValueSingle: NumStr | boolean | Date

            Generated using TypeDoc

            \ No newline at end of file +NeptuneValueSingle | utils - v0.4.0

            Type alias NeptuneValueSingle

            NeptuneValueSingle: NumStr | boolean | Date

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.Nullable.html b/docs/types/node.Nullable.html index b5f492e..379b9eb 100644 --- a/docs/types/node.Nullable.html +++ b/docs/types/node.Nullable.html @@ -1 +1 @@ -Nullable | utils - v0.4.0

            Type alias Nullable<T>

            Nullable<T>: T | null

            Type Parameters

            • T

            Generated using TypeDoc

            \ No newline at end of file +Nullable | utils - v0.4.0

            Type alias Nullable<T>

            Nullable<T>: T | null

            Type Parameters

            • T

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.NumStr.html b/docs/types/node.NumStr.html index 52a6f3d..9ad7e30 100644 --- a/docs/types/node.NumStr.html +++ b/docs/types/node.NumStr.html @@ -1 +1 @@ -NumStr | utils - v0.4.0

            Type alias NumStr

            NumStr: string | number

            Generated using TypeDoc

            \ No newline at end of file +NumStr | utils - v0.4.0

            Type alias NumStr

            NumStr: string | number

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.PropLabelNumStr.html b/docs/types/node.PropLabelNumStr.html index f2f1e77..83bc48f 100644 --- a/docs/types/node.PropLabelNumStr.html +++ b/docs/types/node.PropLabelNumStr.html @@ -1 +1 @@ -PropLabelNumStr | utils - v0.4.0

            Type alias PropLabelNumStr

            PropLabelNumStr: ((pl, record) => NumStr)

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +PropLabelNumStr | utils - v0.4.0

            Type alias PropLabelNumStr

            PropLabelNumStr: ((pl, record) => NumStr)

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.TinkerData.html b/docs/types/node.TinkerData.html index c42cb84..f7e958a 100644 --- a/docs/types/node.TinkerData.html +++ b/docs/types/node.TinkerData.html @@ -1 +1 @@ -TinkerData | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file +TinkerData | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.TinkerDataEdge.html b/docs/types/node.TinkerDataEdge.html index cb5f167..129c607 100644 --- a/docs/types/node.TinkerDataEdge.html +++ b/docs/types/node.TinkerDataEdge.html @@ -1,2 +1,2 @@ TinkerDataEdge | utils - v0.4.0

            Type alias TinkerDataEdge

            TinkerDataEdge: SetRequired<TinkerDataBase, "edges">

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.TinkerDataVertex.html b/docs/types/node.TinkerDataVertex.html index 1893cef..0b9485f 100644 --- a/docs/types/node.TinkerDataVertex.html +++ b/docs/types/node.TinkerDataVertex.html @@ -1,2 +1,2 @@ TinkerDataVertex | utils - v0.4.0

            Type alias TinkerDataVertex

            TinkerDataVertex: SetRequired<TinkerDataBase, "recordId">

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.TraversalStrategies.html b/docs/types/node.TraversalStrategies.html index 037cf28..f44040e 100644 --- a/docs/types/node.TraversalStrategies.html +++ b/docs/types/node.TraversalStrategies.html @@ -1 +1 @@ -TraversalStrategies | utils - v0.4.0

            Type alias TraversalStrategies

            TraversalStrategies: TraversalStrategies

            Generated using TypeDoc

            \ No newline at end of file +TraversalStrategies | utils - v0.4.0

            Type alias TraversalStrategies

            TraversalStrategies: gremlin.process.TraversalStrategies

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.Traverser.html b/docs/types/node.Traverser.html index b5bd63b..8fa844d 100644 --- a/docs/types/node.Traverser.html +++ b/docs/types/node.Traverser.html @@ -1 +1 @@ -Traverser | utils - v0.4.0

            Type alias Traverser

            Traverser: typeof Traverser

            Generated using TypeDoc

            \ No newline at end of file +Traverser | utils - v0.4.0

            Type alias Traverser

            Traverser: typeof gremlin.process.Traverser

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.TraverserMap.html b/docs/types/node.TraverserMap.html index b7b7076..4954b5c 100644 --- a/docs/types/node.TraverserMap.html +++ b/docs/types/node.TraverserMap.html @@ -1 +1 @@ -TraverserMap | utils - v0.4.0

            Type alias TraverserMap<T>

            TraverserMap<T>: Map<string, T>

            Type Parameters

            • T

            Generated using TypeDoc

            \ No newline at end of file +TraverserMap | utils - v0.4.0

            Type alias TraverserMap<T>

            TraverserMap<T>: Map<string, T>

            Type Parameters

            • T

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/types/node.WithOptions.html b/docs/types/node.WithOptions.html index dea5cf5..ae34331 100644 --- a/docs/types/node.WithOptions.html +++ b/docs/types/node.WithOptions.html @@ -1,2 +1,2 @@ WithOptions | utils - v0.4.0

            Type alias WithOptions

            WithOptions: typeof gremlin.process.withOptions

            redeclare types

            -

            Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.MAP_EXT_TYPE.html b/docs/variables/browser.MAP_EXT_TYPE.html index a445f1b..1cd7c20 100644 --- a/docs/variables/browser.MAP_EXT_TYPE.html +++ b/docs/variables/browser.MAP_EXT_TYPE.html @@ -1 +1 @@ -MAP_EXT_TYPE | utils - v0.4.0

            Variable MAP_EXT_TYPEConst

            MAP_EXT_TYPE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file +MAP_EXT_TYPE | utils - v0.4.0

            Variable MAP_EXT_TYPEConst

            MAP_EXT_TYPE: 1 = 1

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.MSGPACK_HEADERS.html b/docs/variables/browser.MSGPACK_HEADERS.html index 166904f..832ac5b 100644 --- a/docs/variables/browser.MSGPACK_HEADERS.html +++ b/docs/variables/browser.MSGPACK_HEADERS.html @@ -1 +1 @@ -MSGPACK_HEADERS | utils - v0.4.0

            Variable MSGPACK_HEADERSConst

            MSGPACK_HEADERS: {
                Content-Type: string;
            } = ...

            Type declaration

            • Content-Type: string

            Generated using TypeDoc

            \ No newline at end of file +MSGPACK_HEADERS | utils - v0.4.0

            Variable MSGPACK_HEADERSConst

            MSGPACK_HEADERS: {
                Content-Type: string;
            } = ...

            Type declaration

            • Content-Type: string

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.SET_EXT_TYPE.html b/docs/variables/browser.SET_EXT_TYPE.html index 668bf42..82d0cca 100644 --- a/docs/variables/browser.SET_EXT_TYPE.html +++ b/docs/variables/browser.SET_EXT_TYPE.html @@ -1 +1 @@ -SET_EXT_TYPE | utils - v0.4.0

            Variable SET_EXT_TYPEConst

            SET_EXT_TYPE: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file +SET_EXT_TYPE | utils - v0.4.0

            Variable SET_EXT_TYPEConst

            SET_EXT_TYPE: 0 = 0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.decoder.html b/docs/variables/browser.decoder.html index 8f7b114..4f9d908 100644 --- a/docs/variables/browser.decoder.html +++ b/docs/variables/browser.decoder.html @@ -5,4 +5,4 @@

            Throws

            DecodeError if the buffer contains invalid data.

          • decodeAsync: (<ContextType>(streamLike, options?) => Promise<unknown>)
              • <ContextType>(streamLike, options?): Promise<unknown>
              • Type Parameters

                • ContextType = undefined

                Parameters

                • streamLike: ReadableStreamLike<ArrayLike<number> | BufferSource>
                • Optional options: DecoderOptions<SplitUndefined<ContextType>>

                Returns Promise<unknown>

                Throws

                RangeError if the buffer is incomplete, including the case where the buffer is empty.

                Throws

                DecodeError if the buffer contains invalid data.

                -
          • Generated using TypeDoc

            \ No newline at end of file +

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.encoder.html b/docs/variables/browser.encoder.html index b07f261..8a879fa 100644 --- a/docs/variables/browser.encoder.html +++ b/docs/variables/browser.encoder.html @@ -1,4 +1,4 @@ encoder | utils - v0.4.0

            Variable encoderConst

            encoder: {
                encode: (<ContextType>(value, options?) => Uint8Array);
            } = ...

            Type declaration

            • encode: (<ContextType>(value, options?) => Uint8Array)
                • <ContextType>(value, options?): Uint8Array
                • It encodes value in the MessagePack format and returns a byte buffer.

                  The returned buffer is a slice of a larger ArrayBuffer, so you have to use its #byteOffset and #byteLength in order to convert it to another typed arrays including NodeJS Buffer.

                  -

                  Type Parameters

                  • ContextType = undefined

                  Parameters

                  • value: unknown
                  • Optional options: EncoderOptions<SplitUndefined<ContextType>>

                  Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file +

            Type Parameters

            • ContextType = undefined

            Parameters

            • value: unknown
            • Optional options: EncoderOptions<SplitUndefined<ContextType>>

            Returns Uint8Array

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/browser.extensionCodec.html b/docs/variables/browser.extensionCodec.html index c90b2f7..36dc8c5 100644 --- a/docs/variables/browser.extensionCodec.html +++ b/docs/variables/browser.extensionCodec.html @@ -1 +1 @@ -extensionCodec | utils - v0.4.0

            Variable extensionCodecConst

            extensionCodec: ExtensionCodec<undefined> = ...

            Generated using TypeDoc

            \ No newline at end of file +extensionCodec | utils - v0.4.0

            Variable extensionCodecConst

            extensionCodec: ExtensionCodec<undefined> = ...

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/node.client.html b/docs/variables/node.client.html index fe365ec..267d4be 100644 --- a/docs/variables/node.client.html +++ b/docs/variables/node.client.html @@ -1 +1 @@ -client | utils - v0.4.0

            Variable clientConst

            client: Client = ...

            Generated using TypeDoc

            \ No newline at end of file +client | utils - v0.4.0

            Variable clientConst

            client: Client = ...

            Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/node.common.html b/docs/variables/node.common.html index e8903b1..487e160 100644 --- a/docs/variables/node.common.html +++ b/docs/variables/node.common.html @@ -1,9 +1,9 @@ -common | utils - v0.4.0

            Variable commonConst

            common: {
                AnonymousTraversalSource: any;
                Bytecode: any;
                EnumValue: any;
                GraphTraversal: any;
                GraphTraversalSource: any;
                P: any;
                TextP: any;
                Transaction: any;
                Translator: any;
                Traversal: any;
                TraversalSideEffects: any;
                TraversalStrategies: any;
                TraversalStrategy: any;
                Traverser: any;
                Direction: {
                    BOTH: EnumValue;
                    IN: EnumValue;
                    OUT: EnumValue;
                    from_: EnumValue;
                    to: EnumValue;
                };
                DriverRemoteConnection: typeof DriverRemoteConnection;
                __: Statics<GroovyTraversal>;
                barrier: {
                    normSack: EnumValue;
                };
                cardinality: {
                    list: EnumValue;
                    set: EnumValue;
                    single: EnumValue;
                };
                column: {
                    keys: EnumValue;
                    values: EnumValue;
                };
                direction: Direction;
                go: ((dir) => {
                    both: ((...args) => GroovyTraversal);
                    bothE: ((...args) => GroovyTraversal);
                    bothV: ((...args) => GroovyTraversal);
                    in: ((...args) => GroovyTraversal);
                    inE: ((...args) => GroovyTraversal);
                    inV: ((...args) => GroovyTraversal);
                    otherV: ((...args) => GroovyTraversal);
                    out: ((...args) => GroovyTraversal);
                    outE: ((...args) => GroovyTraversal);
                    outV: ((...args) => GroovyTraversal);
                    to: {
                        e: ((...args) => GroovyTraversal);
                        v: ((...args) => GroovyTraversal);
                    };
                });
                graphSONVersion: {
                    v1_0: EnumValue;
                    v2_0: EnumValue;
                    v3_0: EnumValue;
                };
                gremlin: __module;
                gryoVersion: {
                    v1_0: EnumValue;
                    v3_0: EnumValue;
                };
                merge: Merge;
                operator: Operator;
                order: {
                    asc: EnumValue;
                    desc: EnumValue;
                    shuffle: EnumValue;
                };
                p: typeof P;
                pick: {
                    any: EnumValue;
                    none: EnumValue;
                };
                pop: {
                    all: EnumValue;
                    first: EnumValue;
                    last: EnumValue;
                    mixed: EnumValue;
                };
                scope: {
                    global: EnumValue;
                    local: EnumValue;
                };
                statics: Statics<GraphTraversal>;
                t: {
                    id: EnumValue;
                    key: EnumValue;
                    label: EnumValue;
                    value: EnumValue;
                };
                textp: typeof TextP;
                traversal: (<S>(traversalSourceClass?) => AnonymousTraversalSource<S>);
                withOptions: WithOptions;
            } = ...

            common imports to match globals available in gremlin-groovy. +common | utils - v0.4.0

            Variable commonConst

            common: {
                Direction: {
                    BOTH: EnumValue;
                    IN: EnumValue;
                    OUT: EnumValue;
                    from_: EnumValue;
                    to: EnumValue;
                };
                DriverRemoteConnection: typeof DriverRemoteConnection;
                __: Statics<GroovyTraversal>;
                go: ((dir) => {
                    both: ((...args) => GroovyTraversal);
                    bothE: ((...args) => GroovyTraversal);
                    bothV: ((...args) => GroovyTraversal);
                    in: ((...args) => GroovyTraversal);
                    inE: ((...args) => GroovyTraversal);
                    inV: ((...args) => GroovyTraversal);
                    otherV: ((...args) => GroovyTraversal);
                    out: ((...args) => GroovyTraversal);
                    outE: ((...args) => GroovyTraversal);
                    outV: ((...args) => GroovyTraversal);
                    to: {
                        e: ((...args) => GroovyTraversal);
                        v: ((...args) => GroovyTraversal);
                    };
                });
                gremlin: __module;
                p: typeof P;
                textp: typeof TextP;
                traversal: (<S>(traversalSourceClass?) => AnonymousTraversalSource<S>);
            } = ...

            common imports to match globals available in gremlin-groovy. useful for those coming from the practical gremlin book and want a similar environment in bun without violating typescript best practices

            -

            Type declaration

            Generated using TypeDoc

            \ No newline at end of file +

            Returns {
                both: ((...args) => GroovyTraversal);
                bothE: ((...args) => GroovyTraversal);
                bothV: ((...args) => GroovyTraversal);
                in: ((...args) => GroovyTraversal);
                inE: ((...args) => GroovyTraversal);
                inV: ((...args) => GroovyTraversal);
                otherV: ((...args) => GroovyTraversal);
                out: ((...args) => GroovyTraversal);
                outE: ((...args) => GroovyTraversal);
                outV: ((...args) => GroovyTraversal);
                to: {
                    e: ((...args) => GroovyTraversal);
                    v: ((...args) => GroovyTraversal);
                };
            }

          • gremlin: __module
          • p: typeof P
          • textp: typeof TextP
          • traversal: (<S>(traversalSourceClass?) => AnonymousTraversalSource<S>)
              • <S>(traversalSourceClass?): AnonymousTraversalSource<S>
              • Type Parameters

                • S extends GraphTraversalSource<GraphTraversal>

                Parameters

                • Optional traversalSourceClass: Newable<S>

                Returns AnonymousTraversalSource<S>

          • Generated using TypeDoc

            \ No newline at end of file diff --git a/docs/variables/node.g.html b/docs/variables/node.g.html index e0b5fef..0841abd 100644 --- a/docs/variables/node.g.html +++ b/docs/variables/node.g.html @@ -1 +1 @@ -g | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file +g | utils - v0.4.0

            Generated using TypeDoc

            \ No newline at end of file diff --git a/typedoc.json b/typedoc.json index d9d9dcf..dee1447 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,13 +3,14 @@ "entryPoints": [ "packages/utils/src/browser.ts", "packages/utils/src/node.ts", - "packages/utils/src/index.ts" + "packages/utils/src/index.ts", + // "packages/utils/types/index.d.ts", ], "cleanOutputDir": true, "emit": "docs", "entryPointStrategy": "expand", "gitRevision": "develop", - "excludeExternals": false, + "excludeExternals": true, "excludeNotDocumented": false, "excludeReferences": false, "externalPattern": ["**/node_modules/**"], @@ -26,6 +27,6 @@ }, "plugin": ["typedoc-plugin-merge-modules", "typedoc-plugin-coverage"], "coverageLabel": "coverage", - "mergeModulesRenameDefaults": true, // NEW option of TypeDoc added by this plugin + "mergeModulesRenameDefaults": false, // NEW option of TypeDoc added by this plugin "mergeModulesMergeMode": "module" // NEW option of TypeDoc added by this plugin }