UNPKG

calcium-lang

Version:
8 lines (7 loc) 180 B
import { InternalType } from "../type"; /** * * @param value * @returns an internal type of an integer value */ export default function createInt(value: number): InternalType;