nope/lib/helpers/index.nodejs.ts

11 lines
208 B
TypeScript
Raw Normal View History

2021-08-30 04:40:28 +00:00
/**
2022-01-18 07:01:50 +00:00
* @module helpers
2021-08-30 04:40:28 +00:00
* @author Martin Karkowski
* @email m.karkowski@zema.de
*/
2022-01-26 12:03:03 +00:00
import * as files from "./fileMethods";
2021-08-30 04:40:28 +00:00
2022-01-26 12:03:03 +00:00
export * from "./fileMethods";
2021-08-30 04:40:28 +00:00
export * from "./index.browser";
export { files };