vendor tsgo
This commit is contained in:
8
tools/tsgo/internal/packagejson/validated.go
Normal file
8
tools/tsgo/internal/packagejson/validated.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package packagejson
|
||||
|
||||
type TypeValidatedField interface {
|
||||
IsPresent() bool
|
||||
IsValid() bool
|
||||
ExpectedJSONType() string
|
||||
ActualJSONType() string
|
||||
}
|
||||
Reference in New Issue
Block a user