@based/types
Advanced tools
Comparing version 1.0.0 to 1.0.1
/// <reference types="node" /> | ||
import type { GetOptions } from './selvaTypes/get'; | ||
import type { GetOptions, Filter } from './selvaTypes/get'; | ||
import type { SetOptions } from './selvaTypes/set'; | ||
import type { DeleteOptions } from './selvaTypes/delete'; | ||
import type { Schema } from './selvaTypes/schema'; | ||
import { Readable } from 'stream'; | ||
export { GetOptions, SetOptions, Schema }; | ||
export { GetOptions, SetOptions, DeleteOptions, Schema, Filter }; | ||
export * from './selvaTypes/schema'; | ||
export declare type DigestOptions = string; | ||
@@ -8,0 +10,0 @@ export declare enum RequestTypes { |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isAnalyticsHistoryOpts = exports.isAnalyticsTypesOpts = exports.RequestTypes = void 0; | ||
__exportStar(require("./selvaTypes/schema"), exports); | ||
// eslint-disable-next-line | ||
@@ -5,0 +16,0 @@ var RequestTypes; |
{ | ||
"name": "@based/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
18528
16
559