Files
ignis/shims/btime.js
2026-03-07 18:11:46 +01:00

6 lines
246 B
JavaScript

// Shim for the btime native module (file birth time)
// Obsidian wraps this in try/catch: try{this.btime=window.require("btime")}catch(e){}
// Returning null causes graceful degradation - mtime is used instead.
export const btimeShim = null;