UNPKG

@udus/notion-renderer

Version:
6 lines (5 loc) 209 B
import { callAPIWithBackOff } from "../../utils/api.js"; export const retrieveBlock = async (client, args) => { const result = await callAPIWithBackOff(client.blocks.retrieve, args); return result; };