UNPKG

@narkdown/notion-parser

Version:

Parse notion response

11 lines (9 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arrayIncludes = arrayIncludes; function arrayIncludes(array, item, fromIndex) { return array.includes(item, fromIndex); } //# sourceMappingURL=array-includes.js.map