Skip to content

Commit

Permalink
fix: update fs api signature from api-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongliang02 committed Nov 20, 2024
1 parent e31924e commit 399f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/starter-kitty-fs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/// <reference types="node" />

import * as fs from 'node:fs';
import * as fs from 'fs';

// @public
const safeFs: (basePath?: string) => typeof fs;
Expand Down

0 comments on commit 399f3ac

Please sign in to comment.