mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
Add linting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Range } from "./Range";
|
||||
import { Stream } from "stream";
|
||||
export type Content = {
|
||||
export interface Content {
|
||||
/**
|
||||
* Returns a readable stream based on the provided range (optional).
|
||||
* @param {Range} range The start-end range of stream data.
|
||||
|
||||
Reference in New Issue
Block a user