rangoo94/bestest

View on GitHub
packages/node-module-sandbox/lib/interfaces/FilePathResolutionType.ts

Summary

Maintainability
A
0 mins
Test Coverage
type FilePathResolutionType = 'relative' | 'absolute' | 'global'

export {
  FilePathResolutionType
}