-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
index.d.ts has
export default class DataIntervalTree<T, N extends number | bigint = number>
i think it should be
export declare class DataIntervalTree<T, N extends number | bigint = number>
else it cant be imported with
import { DataIntervalTree } from "node-interval-tree";
i have tried with
import default as DataIntervalTree from 'node-interval-tree';
which IDE seems to recognize, but transpiling output error "has no construct signatures"
Metadata
Metadata
Assignees
Labels
No labels