File SystemUtilitiesSleep for a fixed number of millisecondsBun.sleep() returns a void Promise that resolves after a given number of milliseconds.Copy MarkdownOpenCheck if two objects are deeply equalBun.deepEquals() checks if two objects are deeply equal. expect().toEqual() in Bun's test runner uses it internally.Convert a file URL to an absolute pathUse Bun.fileURLToPath() to convert a file:// URL to an absolute path.