UNPKG

@treecg/curation

Version:

This library implements a class (Curator) with methods to curate an announcement LDES in LDP.

9 lines (7 loc) 242 B
import {rmdirSync} from 'fs'; import * as Path from 'path'; module.exports = async (): Promise<void> => { // remove solid pod (note, maybe do properly) rmdirSync(Path.join(__dirname, 'solidPod'), {recursive: true}); process.exit(); };