mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
declare module 'handlebars-utils' {
|
|
export function value(val: any, context: any, options: any)
|
|
}
|