Skip to content

Commit

Permalink
fix: also update this lingering require
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 18, 2022
1 parent 68d9bcf commit 0274ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

/* eslint-disable @typescript-eslint/ban-types */
/* esline-disable no-undef */
/* eslint-disable no-undef */
/* eslint-disable no-unused-vars */
/* eslint-disable no-prototype-builtins */

Expand All @@ -15,10 +15,10 @@ import ConvertAnsi from './plugins/ConvertAnsi';
import DOMCollection from './plugins/DOMCollection';
import DOMElement from './plugins/DOMElement';
import type { Colors, Config, NewPlugin, Options, OptionsReceived, Plugin, Plugins, Refs, Theme } from './types';
import style from 'ansi-styles';

export type { Colors, Config, Options, OptionsReceived, OldPlugin, NewPlugin, Plugin, Plugins, Refs, Theme } from './types';

const style = require('ansi-styles');

const toString = Object.prototype.toString;
const toISOString = Date.prototype.toISOString;
Expand Down

0 comments on commit 0274ed8

Please sign in to comment.