UNPKG

num2txt

Version:

Converts number to Vietnamese or English text with customized output.

8 lines (7 loc) 221 B
/// <reference types="node" /> import crypto from 'node:crypto'; export declare class Uuid { v4(options?: crypto.RandomUUIDOptions | undefined): string; } declare const _default: Uuid; export default _default;