UNPKG

calcium-lang

Version:
8 lines (7 loc) 182 B
import { InternalType } from "../type"; /** * * @param value * @returns an internal representation of a string */ export default function createStr(value: string): InternalType;