Files
atom/src/stdlib/native.coffee

6 lines
120 B
CoffeeScript

module.exports =
class Native
@reload: -> $native.reload()
@moveToTrash: (args...) -> $native.moveToTrash(args...)