Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

@purrfect-tools/common

Contains all the common logic being used on other packages.

Utils

fetchProvider()

// TODO

sanitizeClassName(cls)

Obtains the sanitized version of a class name. In this library context, a sanitized class name is its name in snake_case and lowercase.

Services

MetadataAccessor

Simplifies the access to metadata tags from services. This service is really helpful to write explorers.

Examples of usage can be found on:

getClassMetadata

// TODO

filterByClassMetadata

// TODO

mapToMetadataWrapper

// TODO