extract server transform and validation helpers
This commit is contained in:
parent
aea2c9d56b
commit
e79bc2e339
10 changed files with 373 additions and 139 deletions
3
server/contentTransforms.d.ts
vendored
Normal file
3
server/contentTransforms.d.ts
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function normalizeBackgroundTileId(value: unknown, idToSymbol?: Map<string, unknown> | null): string;
|
||||
export function areRowsOnlyFillChar(rows: unknown, fillChar?: string): boolean;
|
||||
export function resolveContentPath(contentRoot: string, relativePath: string): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue