UNPKG

graphql-relay

Version:

A library to help construct a graphql-js server supporting react-relay.

4 lines (3 loc) 167 B
export declare type Base64String = string; export declare function base64(input: string): Base64String; export declare function unbase64(input: Base64String): string;