1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-10 16:10:55 +00:00

Initial commit for converting FrankerFaceZ to TypeScript.

This commit is contained in:
SirStendec 2023-11-13 20:47:45 -05:00
parent ba72969c51
commit b9d23accf0
86 changed files with 8673 additions and 5005 deletions

View file

@ -7,7 +7,7 @@
import {EventEmitter} from 'utilities/events';
import {has, get as getter, array_equals, set_equals, map_equals, deep_equals} from 'utilities/object';
import * as DEFINITIONS from './types';
import * as DEFINITIONS from './typehandlers';
/**
* Perform a basic check of a setting's requirements to see if they changed.
@ -506,4 +506,4 @@ export default class SettingsContext extends EventEmitter {
return this.__meta.get(key).uses;
}
}
}