mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-27 06:13:55 +08:00
12 lines
172 B
JavaScript
12 lines
172 B
JavaScript
'use strict';
|
|
|
|
const fontFace = {
|
|
parse: {
|
|
prelude: null,
|
|
block() {
|
|
return this.Block(true);
|
|
}
|
|
}
|
|
};
|
|
|
|
module.exports = fontFace;
|