mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
build: fix the messy dependency graph
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user