Skip to content

Commit

Permalink
type: fix type error. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Dec 15, 2022
1 parent 586bfe1 commit 4105b25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions toxic.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Color } from './lib/color';


interface String extends Color {}
declare global {
interface String extends Color {}
}

0 comments on commit 4105b25

Please sign in to comment.