UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

8 lines (7 loc) 231 B
/// <reference types="node" /> import fs from 'fs'; export declare const mkdir: typeof fs.mkdir.__promisify__; export declare const writeFileAsync: ({ path, content, }: { path: string; content: string; }) => Promise<void>;