Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ lastWhitespace
Method
lastWhitespace
www/js/_hyperscript.esm.js:1187–1189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1185
return
this.tokens.consumeUntil(value,
type
);
1186
}
1187
lastWhitespace() {
1188
return
this.tokens.lastWhitespace();
1189
}
1190
consumeUntilWhitespace() {
1191
return
this.tokens.consumeUntilWhitespace();
1192
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
lastWhitespace
Method · 0.45
Tested by
no test coverage detected