Skip to content

Commit

Permalink
fix(types): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 9, 2023
1 parent 24d4b1d commit aa5ee73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/helpers/Color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
* file that was distributed with this source code.
*/

import type { ChalkInstance } from 'chalk'
import { Chalk } from 'chalk'
import { format } from 'node:util'
import { Is } from '#src/helpers/Is'
import { Chalk, type ChalkInstance } from 'chalk'

export class Color {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/Path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import callSite from 'callsite'

import { fileURLToPath } from 'node:url'
import { homedir, tmpdir } from 'node:os'
import { sep, normalize, dirname } from 'node:path'
import type { PathDirs } from '#src/types'
import { sep, normalize, dirname } from 'node:path'

export class Path {
public static dirs: PathDirs = {
Expand Down

0 comments on commit aa5ee73

Please sign in to comment.