概述

Show in File Store


目录


showContainer (常量)

容器对象Show

签名


export const showContainer: Show<Container> = ...

v0.2.0 中添加

showFile (常量)

文件对象Show

签名


export const showFile: Show<Partial<FileWhereUniqueInput>> = ...

v0.2.0 中添加

containerToPath (函数)

Covert a ContainerWhereUniqueInput to path

签名


export const containerToPath = (root: string) => (a: Partial<ContainerWhereUniqueInput>) => ...

v0.2.0 中添加

pathToFile (函数)

Covert a path to FileWhereUniqueInput

签名


export const pathToFile = (container: string) => (a: string): FileWhereUniqueInput => ...

v0.2.0 中添加