@notable/dumper
Advanced tools
Comparing version 4.0.0 to 4.0.1
/// <reference types="node" /> | ||
import type { Stats } from 'fs'; | ||
import type { Stats } from 'node:fs'; | ||
declare type Constructor<T> = { | ||
@@ -4,0 +4,0 @@ new (): T; |
@@ -5,3 +5,3 @@ { | ||
"description": "Library for extracting attachments, notes and metadata out of formats used by popular note-taking apps.", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
/* IMPORT */ | ||
import type {Stats} from 'fs'; | ||
import type {Stats} from 'node:fs'; | ||
@@ -6,0 +6,0 @@ /* HELPERS */ |
56318