Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 191 B view raw
1export { printBlockString } from '@0no-co/graphql.web'; 2 3export function isPrintableAsBlockString(value) { 4 return true; 5} 6 7export function dedentBlockStringLines(lines) { 8 return lines; 9}