Skip to content

Commit

Permalink
TS description tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 10, 2019
1 parent b5a4676 commit aa0a656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ declare class Conf<T = any> implements Iterable<[keyof T, T[keyof T]]> {
readonly size: number;

/**
Changes are written to disk atomically, so if the process crashes during a write, it will not corrupt the existing config.
@example
```
import Conf = require('conf');
Expand Down

0 comments on commit aa0a656

Please sign in to comment.