Kind: Function
Source: src/helper/ssg/utils.ts
Part of: Helper
Signature
tsfunction ensureWithinOutDir(outDir: string, filePath: string): void
Parameters
| Name | Type |
|---|---|
outDir | string |
filePath | string |
Returns: void
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
DEFAULT_OUTPUT_DIR—src/helper/ssg/ssg.ts:27
Was this page helpful?