13 lines
430 B
TypeScript
13 lines
430 B
TypeScript
// Dummy definitions to make tsc happy,
|
|
// imported by tsc via "import {...} from @params".
|
|
// Hugo / ESBuild will provide js.Build params in @params
|
|
// (see layout/partials/js.html).
|
|
|
|
export const apipath = 'apipath-dummy' // obsolete? see settings.ts
|
|
|
|
export const pageid = 'pageid-dummy'
|
|
export const domain = 'domain-dummy'
|
|
export const action = 'action-dummy'
|
|
export const class_ = 'class-dummy'
|
|
|
|
export const nopoll = false
|