UNPKG
@jin7942/ray
Version:
latest (1.5.5)
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Lightweight CI/CD deployment tool powered by Docker and Git
github.com/jin7942/ray
jin7942/ray
@jin7942/ray
/
dist
/
config
/
validator.d.ts
8 lines
(7 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Config
}
from
'../_types/config'
;
/** * Validates a Config object. Throws an Error if any required field is invalid. * *
@param
config
- The project configuration to validate. */
export
declare
function
validateConfig
(
config: Config
):
void
;