nodecid/dist/utils/preflight.d.ts

8 lines
227 B
TypeScript
Raw Normal View History

2025-01-16 05:22:33 +00:00
/**
* ## Preflight Function
* @param {string[] | string} preflight
* @param {boolean} [postflight]
* @returns {boolean}
*/
export default function preflightFn(preflight?: string[] | string, postflight?: boolean): boolean;