@opentdf/sdk
    Preparing search index...

    Variable fromDataSourceConst

    fromDataSource: (source: Source) => Promise<Chunker> = fromSource

    Type declaration

      • (source: Source): Promise<Chunker>
      • Creates a seekable object from a source.

        Parameters

        • source: Source

          A Source object containing the type and location of the data.

        Returns Promise<Chunker>

        A promise that resolves to a Chunker function.

        ConfigurationError if the source type is not supported or the location is invalid.