mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix library require
This commit is contained in:
parent
49cc551493
commit
f7e9961911
3 changed files with 129 additions and 115 deletions
8
init.luau
Normal file
8
init.luau
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local vide = require "./src/lib"
|
||||
|
||||
export type source<T> = vide.source<T>
|
||||
export type Source<T> = vide.Source<T>
|
||||
export type context<T> = vide.context<T>
|
||||
export type Context<T> = vide.Context<T>
|
||||
|
||||
return vide
|
||||
Loading…
Add table
Add a link
Reference in a new issue