UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

3 lines (2 loc) 103 B
export function pack(x: any): Uint8Array<ArrayBufferLike>; export function unpack(x: Uint8Array): any;