Skip to content

Commit

Permalink
Update Logic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiux committed Apr 24, 2022
1 parent f04e93e commit d1bada8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/es6/Logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Config {
get( name ) {} // *
set( name, value ) {} // void
merge( data, extend = false ) {} // void
require( ...names ) {} // Array
}
```
For more details check the [Config source file](../../src/es6/Logic/Config.js).
Expand Down

0 comments on commit d1bada8

Please sign in to comment.