npm.io
4.1.0 • Published 5d ago

@atlaskit/link-extractors

Licence
Apache-2.0
Version
4.1.0
Deps
11
Size
272 kB
Vulns
0
Weekly
0

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.