Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 440 Bytes

luainterface

A very simple interface implementation in Lua

Documentation

Constructs a new interface

:Create(props: Dictionary<any, InterfaceValue>) : Interface

Creates a new interface value

:Value(dataType: string, isOptional: boolean) : InterfaceValue

Compares a supposed interface to the interface

:Compare(supposedInterface: Dictionary<any, any>, strict: boolean) : True | False