Skip to content

Commit

Permalink
Merge pull request #34 from Choooks22/main
Browse files Browse the repository at this point in the history
Fix enabled param not optional
  • Loading branch information
alexeyraspopov committed Oct 11, 2021
2 parents d70a625 + 702f20e commit 9155409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picocolors.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Colors } from "./types"

declare const picocolors: Colors & { createColors: (enabled: boolean) => Colors }
declare const picocolors: Colors & { createColors: (enabled?: boolean) => Colors }

export = picocolors

0 comments on commit 9155409

Please sign in to comment.