UNPKG

@fedify/fedify

Version:

An ActivityPub server framework

6 lines 178 B
import type { CodecFactory } from "./types"; /** * RFC4648 Factory */ export declare const rfc4648: (bitsPerChar: number) => CodecFactory; //# sourceMappingURL=rfc4648.d.ts.map