This repository has been archived on 2023-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
libsiaweb/dist/validateObjPropTypes.d.ts

4 lines
149 B
TypeScript

import { Err } from "./types.js";
declare function validateObjPropTypes(obj: any, checks: [string, string][]): Err;
export { validateObjPropTypes };