atmosx-placefile-parser
Version:
AtmosphericX Placefile Parser and Creation Tool
21 lines (15 loc) • 888 B
text/typescript
/*
_ _ __ __
/\ | | | | (_) \ \ / /
/ \ | |_ _ __ ___ ___ ___ _ __ | |__ ___ _ __ _ ___ \ V /
/ /\ \| __| '_ ` _ \ / _ \/ __| '_ \| '_ \ / _ \ '__| |/ __| > <
/ ____ \ |_| | | | | | (_) \__ \ |_) | | | | __/ | | | (__ / . \
/_/ \_\__|_| |_| |_|\___/|___/ .__/|_| |_|\___|_| |_|\___/_/ \_\
| |
|_|
Written by: k3yomi@GitHub
*/
import * as fs from 'fs';
import * as path from 'path';
import axios from 'axios';
export const packages = { fs, path, axios };