Skip to content

Commit

Permalink
fix(interfaces): [PlatformPath] interface import statements
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Dec 16, 2022
1 parent 9814979 commit b2e088f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/platform-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* @module pathe/interfaces/PlatformPath
*/

import type { FormatInputPathObject, ParsedPath } from '#src/interfaces'
import type { Delimiter, Ext, Sep } from '#src/types'
import type { EmptyString } from '@flex-development/tutils'
import type ParsedPath from './parsed-path'
import type FormatInputPathObject from './path-object'

/**
* Utilities for working with file and directory paths.
Expand Down

0 comments on commit b2e088f

Please sign in to comment.