Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A good implementation is node.js' crypto.createHash
. (https://nodejs.org/api/crypto.html#crypto_crypto_createhash_algorithm)
Link copied to clipboard
This must be cryptographically secure. Only implement this method using crypto.createHash("sha256")
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val watchDirectory: (path: String, DirectoryWatcherCallback, recursive: Boolean?, options: WatchOptions?) -> FileWatcher?
Link copied to clipboard
abstract val watchFile: (path: String, FileWatcherCallback, pollingInterval: Double?, options: WatchOptions?) -> FileWatcher?
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun readDirectory(path: String, extensions: ReadonlyArray<String> = definedExternally, exclude: ReadonlyArray<String> = definedExternally, include: ReadonlyArray<String> = definedExternally, depth: Double = definedExternally): ReadonlyArray<String>
Link copied to clipboard