mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 15:03:37 +02:00
fix: 2 improvements across 2 files
- Quality: Invalid ambient declarations with initializers in `d.ts` file - Quality: Gulp task completes before LESS pipeline finishes Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
This commit is contained in:
parent
4b92001f97
commit
5502b3bfea
1 changed files with 2 additions and 2 deletions
4
daggerheart.d.ts
vendored
4
daggerheart.d.ts
vendored
|
|
@ -10,8 +10,8 @@ declare global {
|
|||
* This class manages the registration and execution of hooked callback functions.
|
||||
*/
|
||||
class Hooks extends foundry.helpers.Hooks {}
|
||||
const fromUuid = foundry.utils.fromUuid;
|
||||
const fromUuidSync = foundry.utils.fromUuidSync;
|
||||
const fromUuid: typeof foundry.utils.fromUuid;
|
||||
const fromUuidSync: typeof foundry.utils.fromUuidSync;
|
||||
|
||||
/**
|
||||
* The singleton game canvas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue