UNPKG

@adjust/core

Version:

A framework for creating highly customisable open source software

6 lines (5 loc) 155 B
/// <reference types="node" /> import originalFS from "fs"; export declare const FS: { mkpathSync: (path: string) => void; } & typeof originalFS;