UNPKG
@sota1235/notion-sdk-js-helper
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.1
3.0.0
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Helper utilities for using @notion/client
@sota1235/notion-sdk-js-helper
/
dist
/
typeValidation.js
4 lines
(3 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
export
const
isSomeBlockObjectResponse
= (
type
,
object
) => {
return
object
.
type
===
type
; };