UNPKG

jsonld-checker

Version:
5 lines (4 loc) 268 B
declare const getAllJsonFromString: (text: string) => Array<Object>; declare const isJsonLdObject: (obj: Object) => Boolean; declare const getAllJsonLdFromString: (text: string) => Object[]; export { getAllJsonLdFromString, isJsonLdObject, getAllJsonFromString };