Fix actions/tour
This commit is contained in:
42
node_modules/abstract-level/index.d.ts
generated
vendored
Normal file
42
node_modules/abstract-level/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
export {
|
||||
AbstractLevel,
|
||||
AbstractDatabaseOptions,
|
||||
AbstractOpenOptions,
|
||||
AbstractGetOptions,
|
||||
AbstractGetManyOptions,
|
||||
AbstractPutOptions,
|
||||
AbstractDelOptions,
|
||||
AbstractBatchOptions,
|
||||
AbstractBatchOperation,
|
||||
AbstractBatchPutOperation,
|
||||
AbstractBatchDelOperation,
|
||||
AbstractClearOptions
|
||||
} from './types/abstract-level'
|
||||
|
||||
export {
|
||||
AbstractIterator,
|
||||
AbstractIteratorOptions,
|
||||
AbstractSeekOptions,
|
||||
AbstractKeyIterator,
|
||||
AbstractKeyIteratorOptions,
|
||||
AbstractValueIterator,
|
||||
AbstractValueIteratorOptions
|
||||
} from './types/abstract-iterator'
|
||||
|
||||
export {
|
||||
AbstractChainedBatch,
|
||||
AbstractChainedBatchPutOptions,
|
||||
AbstractChainedBatchDelOptions,
|
||||
AbstractChainedBatchWriteOptions
|
||||
} from './types/abstract-chained-batch'
|
||||
|
||||
export {
|
||||
AbstractSublevel,
|
||||
AbstractSublevelOptions
|
||||
} from './types/abstract-sublevel'
|
||||
|
||||
export {
|
||||
NodeCallback
|
||||
} from './types/interfaces'
|
||||
|
||||
export * as Transcoder from 'level-transcoder'
|
||||
Reference in New Issue
Block a user