Skip to main content
Module

x/yano3nora_tsutils/main.ts>number2alphabets

TypeScript Utilities as a npm dual package by Deno.
Go to Latest
variable number2alphabets
import { number2alphabets } from "https://deno.land/x/yano3nora_tsutils@v0.17.0/main.ts";

Examples

number2alphabets(0) // A number2alphabets(1) // B number2alphabets(25) // Z number2alphabets(26) // AA number2alphabets(27) // AB number2alphabets(51) // AZ number2alphabets(52) // BA number2alphabets(701) // ZZ number2alphabets(702) // AAA

type

(num: number) => unknown