UNPKG

apollo-codegen-core

Version:
6 lines (4 loc) 107 B
export const fs = require("fs"); export function withGlobalFS<T>(thunk: () => T): T { return thunk(); }