UNPKG

object-shape-tester

Version:
8 lines (7 loc) 294 B
import { type ShapeToRuntimeType } from './shape-specifiers.js'; /** * Creates a default value for the given shape. * * @category Internal */ export declare function shapeToDefaultValue<Shape, IsReadonly extends boolean = false>(shape: Shape): ShapeToRuntimeType<Shape, false, IsReadonly>;