build: fix the messy dependency graph

This commit is contained in:
iCrawl
2023-11-09 00:13:01 +01:00
parent e5f3f3130e
commit aad82f088b
105 changed files with 655 additions and 438 deletions

View File

@@ -1,6 +1,5 @@
import { expectType } from 'tsd';
import type { Equatable } from '../../dist/index.js';
import { isEquatable } from '../../src/index.js';
import { isEquatable, type Equatable } from '../../src/index.js';
declare const unknownObj: unknown;

View File

@@ -1,6 +1,5 @@
import { expectType } from 'tsd';
import type { JSONEncodable } from '../../dist/index.js';
import { isJSONEncodable } from '../../src/index.js';
import { isJSONEncodable, type JSONEncodable } from '../../src/index.js';
declare const unknownObj: unknown;