UNPKG

@cotype/core

Version:

<h2 align="center"> <img src="https://cotype.dev/logo.svg" alt="cotype" /> </h2>

11 lines (10 loc) 297 B
declare module "@slite/quill-delta-markdown"; declare module "got"; declare module "mudder" { export const base62: { stringToNumber(s: string): number; stringToDigits(s: string): number[]; digitsToString(s: number[]): string; mudder(prev: string, post: string): string[]; }; }