Noir.Class(name, ...)
Create a class that objects can be created from.
Note that classes can inherit from other classes.
name: string
name
...: NoirClass
...
NoirClass
Noir.IsClass(object)
Returns if the provided argument is a class or not.
object: any
object
boolean
Last updated 6 months ago