Detalhes do pacote

@atlaskit/link-extractors

atlassian49kApache-2.02.4.1

Functions for extracting props from JSON-LD

readme (leia-me)

LinkExtractors

Functions for extracting props from JSON-LD

Usage

import { genericExtractPropsFromJSONLD extractPlatformIsSupported, extractContext, extractProvider, extractDateCreated, extractDateUpdated, extractDateViewed, extractMembers, extractPersonAssignedTo, extractPersonOwnedBy, extractPersonCreatedBy, extractPersonUpdatedBy, extractPersonFromJsonLd, extractImage, extractPreview, extractLink, extractTitle, extractType, extractUrlFromIconJsonLd, extractUrlFromLinkJsonLd, } from '@atlaskit/link-extractors';

`import type { LinkPerson, LinkProvider, LinkTypeCreated, LinkPersonUpdatedBy, LinkTypeUpdatedBy, LinkPreview, ExtractorFunction, ExtractOptions, } from '@atlaskit/link-extractors'

Detailed docs and example usage can be found here.