UNPKG

docschema

Version:

Schema declaration and validation library using JsDoc comments

7 lines (6 loc) 128 B
/** * @param {string} filePath * @returns {string} * @throws {Error} */ export function readFile(filePath: string): string;