UNPKG

@steambrew/client

Version:
7 lines (6 loc) 281 B
/** * Create a compile time filesystem expression. * This function will evaluate a file path at compile time, and embed a files content statically into the bundle. */ const constSysfsExpr = (..._args) => ({ content: '', filePath: '', fileName: '' }); export { constSysfsExpr };