mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
chore(express-partial-content): move source files
This commit is contained in:
4
packages/express-partial-content/src/Range.ts
Normal file
4
packages/express-partial-content/src/Range.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type Range = {
|
||||
start: number;
|
||||
end: number;
|
||||
};
|
||||
Reference in New Issue
Block a user