芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/ext/node_modules/type/ts-types/constructor/ensure.d.ts
import { EnsureFunction, EnsureBaseOptions, EnsureIsOptional, EnsureDefault } from '../ensure'; declare function ensureConstructor(value: any, options?: EnsureBaseOptions): EnsureFunction | object; declare function ensureConstructor(value: any, options?: EnsureBaseOptions & EnsureIsOptional): EnsureFunction | object | null; declare function ensureConstructor(value: any, options?: EnsureBaseOptions & EnsureIsOptional & EnsureDefault
): EnsureFunction | object; export default ensureConstructor;