UNPKG

@altostra/core

Version:

Core library for shared types and logic

7 lines (6 loc) 238 B
import { Bootstring } from "../Bootstring"; import { SimpleNthBase } from "../SimpleNthBase"; export declare const base36: SimpleNthBase; /** Punycode encoder/decoder */ export declare const punycode: Bootstring; export default punycode;