UNPKG
graphile-settings
Version:
latest (5.12.6)
5.12.6
5.12.5
5.12.4
5.12.3
5.12.2
5.12.1
5.12.0
5.11.0
5.10.0
5.9.0
5.8.2
5.8.1
5.8.0
5.7.1
5.7.0
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.0
5.4.1
5.4.0
5.3.1
5.3.0
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.33.2
4.33.1
4.32.0
4.31.1
4.31.0
4.30.2
4.30.1
4.30.0
4.29.1
4.29.0
4.28.2
4.28.1
4.28.0
4.27.3
4.27.2
4.27.1
4.27.0
4.26.0
4.25.2
4.25.1
4.25.0
4.24.1
4.24.0
4.23.1
4.23.0
4.22.3
4.22.2
4.22.1
4.22.0
4.21.8
4.21.7
4.21.6
4.21.5
4.21.4
4.21.3
4.21.2
4.21.1
4.21.0
4.20.2
4.20.1
4.20.0
4.19.0
4.18.10
4.18.9
4.18.8
4.18.7
4.18.6
4.18.5
4.18.4
4.18.3
4.18.2
4.18.1
4.18.0
4.17.1
4.17.0
4.16.2
4.16.1
4.16.0
4.15.1
4.15.0
4.14.0
4.13.3
4.13.1
4.13.0
4.12.2
4.12.1
4.12.0
4.11.0
4.10.3
4.10.2
4.10.1
4.10.0
4.9.3
4.9.2
4.9.1
4.9.0
4.8.4
4.8.3
4.8.2
4.6.3
4.6.2
4.6.1
4.6.0
4.5.0
4.4.0
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.1.1
4.1.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.17
2.12.16
2.12.15
2.12.14
2.12.13
2.12.12
2.12.11
2.12.10
2.12.9
2.12.8
2.12.7
2.12.6
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.0
2.10.6
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.36
2.9.35
2.9.34
2.9.33
2.9.32
2.9.31
2.9.30
2.9.29
2.9.28
2.9.27
2.9.26
2.9.25
2.9.24
2.9.23
2.9.22
2.9.21
2.9.20
2.9.19
2.9.18
2.9.17
2.9.16
2.9.15
2.9.14
2.9.13
2.9.12
2.9.11
2.9.10
2.9.9
2.9.8
2.9.7
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.18
2.6.17
2.6.16
2.6.15
2.6.14
2.6.13
2.6.12
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
graphile settings
github.com/constructive-io/constructive
constructive-io/constructive
graphile-settings
/
plugins
/
meta-schema
/
cache.d.ts
5 lines
(4 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
TableMeta
}
from
'./types'
;
export
declare
let
cachedTablesMeta
:
TableMeta
[];
export
declare
function
getCachedTablesMeta
(
):
TableMeta
[];
export
declare
function
setCachedTablesMeta
(
tablesMeta
:
TableMeta
[]
):
void
;