MCPcopy Index your code
hub / github.com/angular/angular-cli / path

Function path

packages/angular_devkit/core/src/virtual-fs/path.ts:278–280  ·  view source on GitHub ↗
(strings, ...values)

Source from the content-addressed store, hash-verified

276}
277
278export const path: TemplateTag<Path> = (strings, ...values) => {
279 return normalize(String.raw(strings, ...values));
280};
281
282// Platform-specific paths.
283export type WindowsPath = string & {

Callers 1

record_spec.tsFile · 0.90

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected