UNPKG

calcium-lang

Version:
8 lines (7 loc) 228 B
import { InternalType, RawType } from "../type"; /** * a utility function to create an internal type from the raw object * @param value * @returns */ export default function createInternalType(value: RawType): InternalType;