Importing
1// ES Modules2import { FSHelper } from 'hbh-fs';4// CommonJS5const { FSHelper } = require('hbh-fs');
1// ES Modules2import { FSHelper } from 'hbh-fs';4// CommonJS5const { FSHelper } = require('hbh-fs');