UNPKG

file-cms

Version:

File based Content Management System, easy to use with content stored in native file system

7 lines (6 loc) 166 B
export * from "./types"; export * from "./Config"; export * from "./getContent"; export * from "./listContent"; export * from "./getFile"; export * from "./copyDir";