MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getLess

Function getLess

site/ui/ExecutableProject.tsx:30–31  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

28 );
29
30const getLess = (source: string): string =>
31 prettier.format(source, {parser: 'less'}).trim();
32
33const getSource = (source: string): string =>
34 prettier

Callers 1

ExecutableProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…