@types/nedb-logger
TypeScript icon, indicating that this package has built-in type declarations

1.8.6 • Public • Published

Installation

npm install --save @types/nedb-logger

Summary

This package contains type definitions for nedb-logger (https://github.com/louischatriot/nedb-logger).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nedb-logger.

index.d.ts

export = NeDBLoggerDataStore;
export as namespace NedbLogger;

declare namespace NeDBLoggerDataStore {}
declare class NeDBLoggerDataStore {
    constructor(path?: string | { filename: string });

    /**
     * Insert a new document
     * @param cb Optional callback, signature: err, insertedDoc
     */
    insert<T>(newDoc: T, cb?: (err: Error, document: T) => void): void;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Joe vanderstelt.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.8.30ts2.0
1.8.30ts2.1
1.8.30ts2.2
1.8.30ts2.3
1.8.30ts2.4
1.8.30ts2.5
1.8.30ts2.6
1.8.30ts2.7
1.8.30ts2.8
1.8.30ts2.9
1.8.30ts3.0
1.8.30ts3.1
1.8.30ts3.2
1.8.30ts3.3
1.8.30ts3.4
1.8.30ts3.5
1.8.30ts3.6
1.8.30ts3.7
1.8.30ts3.8
1.8.30ts3.9
1.8.30ts4.0
1.8.30ts4.1
1.8.30ts4.2
1.8.30ts4.3
1.8.30ts4.4
1.8.63ts5.6
1.8.63latest
1.8.63ts4.5
1.8.63ts4.6
1.8.63ts4.7
1.8.63ts4.8
1.8.63ts4.9
1.8.63ts5.0
1.8.63ts5.1
1.8.63ts5.2
1.8.63ts5.3
1.8.63ts5.4
1.8.63ts5.5
1.8.63ts5.7

Version History

VersionDownloads (Last 7 Days)Published
1.8.63
1.8.50
1.8.40
1.8.30
1.8.20
1.8.10
1.8.00

Package Sidebar

Install

npm i @types/nedb-logger

Weekly Downloads

3

Version

1.8.6

License

MIT

Unpacked Size

3.34 kB

Total Files

5

Last publish

Collaborators

  • types