UNPKG

@sota1235/notion-sdk-js-helper

Version:

Helper utilities for using @notion/client

4 lines (3 loc) 97 B
export const isSomeBlockObjectResponse = (type, object) => { return object.type === type; };