UNPKG

hono

Version:

Web framework built on Web Standards

6 lines (5 loc) 249 B
/** * `defaultJoin` does not support Windows paths and always uses `/` separators. * If you need Windows path support, please use `join` exported from `node:path` etc. instead. */ export declare const defaultJoin: (...paths: string[]) => string;