mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
chore: Fix import formatting in multiple files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ObservedArray} from '../helpers.js';
|
||||
import type { ObservedArray } from '../helpers.js';
|
||||
import { YTNode } from '../helpers.js';
|
||||
import type { RawNode } from '../index.js';
|
||||
import { Parser } from '../index.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ObservedArray} from '../helpers.js';
|
||||
import type { ObservedArray } from '../helpers.js';
|
||||
import { YTNode } from '../helpers.js';
|
||||
import type { RawNode } from '../index.js';
|
||||
import { Parser } from '../index.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ObservedArray} from '../helpers.js';
|
||||
import type { ObservedArray } from '../helpers.js';
|
||||
import { YTNode } from '../helpers.js';
|
||||
import { Parser, type RawNode } from '../index.js';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Parser } from '../../index.js';
|
||||
import type { ObservedArray} from '../../helpers.js';
|
||||
import type { ObservedArray } from '../../helpers.js';
|
||||
import { YTNode } from '../../helpers.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ObservedArray} from '../../helpers.js';
|
||||
import type { ObservedArray } from '../../helpers.js';
|
||||
import { YTNode } from '../../helpers.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
import { Parser } from '../../index.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { ObservedArray} from '../../helpers.js';
|
||||
import type { ObservedArray } from '../../helpers.js';
|
||||
import { YTNode } from '../../helpers.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
import { Parser } from '../../index.js';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SuperParsedResult} from '../../helpers.js';
|
||||
import type { SuperParsedResult } from '../../helpers.js';
|
||||
import { YTNode } from '../../helpers.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
import { Parser } from '../../index.js';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IGuideResponse } from '../types/ParsedResponse.js';
|
||||
import type { IRawResponse} from '../index.js';
|
||||
import type { IRawResponse } from '../index.js';
|
||||
import { Parser } from '../index.js';
|
||||
import type { ObservedArray } from '../helpers.js';
|
||||
import GuideSection from '../classes/GuideSection.js';
|
||||
|
||||
Reference in New Issue
Block a user